GNU bug report logs -
#53689
Add ghc-concise
Previous Next
To reply to this bug, email your comments to 53689 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53689
; Package
guix-patches
.
(Tue, 01 Feb 2022 09:34:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
WinterHound <winterhound <at> yandex.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 01 Feb 2022 09:34:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/haskell-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d682b8ebe4..c820d5e585 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16230,3 +16230,27 @@ (define-public ghc-monad-time
"@code{MonadTime} type class for monads which carry the notion of
the current time.")
(license license:bsd-3)))
+
+(define-public ghc-concise
+ (package
+ (name "ghc-concise")
+ (version "0.1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "concise" version))
+ (sha256
+ (base32 "09crgc6gjfidlad6263253xx1di6wfhc9awhira21s0z7rddy9sw"))))
+ (build-system haskell-build-system)
+ (inputs (list ghc-lens))
+ (native-inputs
+ (list ghc-tasty
+ ghc-tasty-quickcheck
+ ghc-quickcheck
+ ghc-quickcheck-instances))
+ (home-page "https://github.com/frasertweedale/hs-concise")
+ (synopsis "Utilities for Control.Lens.Cons")
+ (description
+ "@code{concise} provides a handful of functions to extend what you
+can do with Control.Lens.Cons.")
+ (license license:bsd-3)))
--
2.34.0
This bug report was last modified 2 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.