[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
312/328: gnu: Add ghc-dictionary-sharing.
From: |
guix-commits |
Subject: |
312/328: gnu: Add ghc-dictionary-sharing. |
Date: |
Sat, 16 Nov 2019 19:33:32 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 53cdc4c220d155034643948f2c79ec4f8a16481e
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 00:28:31 2019 -0500
gnu: Add ghc-dictionary-sharing.
* gnu/packages/haskell-xyz.scm (ghc-dictionary-sharing): New variable.
---
gnu/packages/haskell-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 2e5f668..d68428a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2804,6 +2804,29 @@ related modules split from the statistics library.")
and parsers with useful semantics.")
(license license:bsd-3)))
+(define-public ghc-dictionary-sharing
+ (package
+ (name "ghc-dictionary-sharing")
+ (version "0.1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "dictionary-sharing/dictionary-sharing-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "00aspv943qdqhlk39mbk00kb1dsa5r0caj8sslrn81fnsn252fwc"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("3" "1mn7jcc7h3b8f1pn9zigqp6mc2n0qb66lms5qnrx4zswdv5w9439")))
+ (home-page "https://hackage.haskell.org/package/dictionary-sharing")
+ (synopsis "Sharing/memoization of class members")
+ (description "This library provides tools for ensuring that class
+members are shared.")
+ (license license:bsd-3)))
+
(define-public ghc-diff
(package
(name "ghc-diff")
- 302/328: gnu: cedille: Use most recent GHC., (continued)
- 302/328: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/16
- 301/328: gnu: agda: Update to 2.6.0.1., guix-commits, 2019/11/16
- 313/328: gnu: Add ghc-size-based., guix-commits, 2019/11/16
- 321/328: gnu: Add ghc-active., guix-commits, 2019/11/16
- 318/328: gnu: Add ghc-diagrams-core., guix-commits, 2019/11/16
- 323/328: gnu: Add ghc-diagrams-lib., guix-commits, 2019/11/16
- 322/328: gnu: Add ghc-diagrams-solve., guix-commits, 2019/11/16
- 294/328: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 300/328: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/16
- 298/328: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/16
- 312/328: gnu: Add ghc-dictionary-sharing.,
guix-commits <=
- 328/328: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/16
- 230/328: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/16
- 234/328: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/16
- 238/328: gnu: Add ghc-infer-license., guix-commits, 2019/11/16
- 280/328: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/16
- 279/328: gnu: Add ghc-hsyaml., guix-commits, 2019/11/16
- 297/328: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/16
- 227/328: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/16
- 232/328: gnu: Add ghc-libyaml., guix-commits, 2019/11/16
- 241/328: gnu: hlint: Update to 2.1.26., guix-commits, 2019/11/16