[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
313/328: gnu: Add ghc-size-based.
From: |
guix-commits |
Subject: |
313/328: gnu: Add ghc-size-based. |
Date: |
Sat, 16 Nov 2019 19:33:32 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 3581564d23fdf12e7af3c80645fb1c884eb7b3ec
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 00:28:39 2019 -0500
gnu: Add ghc-size-based.
* gnu/packages/haskell-xyz.scm (ghc-size-based): New variable.
---
gnu/packages/haskell-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d68428a..9d160a2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9830,6 +9830,32 @@ them.")
are the bottleneck of web servers.")
(license license:bsd-3)))
+(define-public ghc-size-based
+ (package
+ (name "ghc-size-based")
+ (version "0.1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "size-based/size-based-" version ".tar.gz"))
+ (sha256
+ (base32
+ "06hmlic0n73ncwlkpx49xlv09bzsrr27ncnp5byhzlknak2gd7vp"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-dictionary-sharing" ,ghc-dictionary-sharing)
+ ("ghc-testing-type-modifiers" ,ghc-testing-type-modifiers)
+ ("ghc-semigroups" ,ghc-semigroups)))
+ (arguments
+ `(#:cabal-revision
+ ("1" "0kax1ypjyglkn6iff1x4yz12y7f2n249m95xvdhrc63hsa4xlcqv")))
+ (home-page "https://hackage.haskell.org/package/size-based")
+ (synopsis "Sized functors for size-based enumerations")
+ (description "This library provides a framework for size-based
+enumerations.")
+ (license license:bsd-3)))
+
(define-public ghc-skylighting-core
(package
(name "ghc-skylighting-core")
- 286/328: gnu: ghc-pandoc-citeproc: Update to 0.16.2., (continued)
- 286/328: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/16
- 287/328: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/16
- 289/328: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/16
- 293/328: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 292/328: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/16
- 284/328: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/16
- 296/328: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/16
- 299/328: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/16
- 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 <=
- 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, 2019/11/16
- 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