guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53689] Add ghc-concise


From: WinterHound
Subject: [bug#53689] Add ghc-concise
Date: Tue, 1 Feb 2022 15:02:08 +0530

---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]