[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
319/328: gnu: Add ghc-numeric-extras.
From: |
guix-commits |
Subject: |
319/328: gnu: Add ghc-numeric-extras. |
Date: |
Sat, 16 Nov 2019 19:33:34 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7d3a1f78c89e9ef0b6168460f1a59e1c28993274
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 01:24:09 2019 -0500
gnu: Add ghc-numeric-extras.
* gnu/packages/haskell-xyz.scm (ghc-numeric-extras): New variable.
---
gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 2aec960..d1b5792 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7578,6 +7578,26 @@ class, and a lazy number type for non-negative numbers
(a generalization
of Peano numbers).")
(license license:gpl3+)))
+(define-public ghc-numeric-extras
+ (package
+ (name "ghc-numeric-extras")
+ (version "0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "numeric-extras/numeric-extras-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1mk11c0gz1yjy5b8dvq6czfny57pln0bs7x28fz38qyr44872067"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/ekmett/numeric-extras")
+ (synopsis "Useful tools from the C standard library")
+ (description "This library provides some useful tools from the C
+standard library.")
+ (license license:bsd-3)))
+
(define-public ghc-objectname
(package
(name "ghc-objectname")
- 273/328: gnu: ghc-haddock-library: Update to 1.7.0., (continued)
- 273/328: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/16
- 295/328: gnu: Remove ghc-monadplus., guix-commits, 2019/11/16
- 307/328: gnu: Add ghc-timezone-olson., guix-commits, 2019/11/16
- 309/328: gnu: Update xmobar to 0.31., guix-commits, 2019/11/16
- 314/328: gnu: Add ghc-testing-feat., guix-commits, 2019/11/16
- 229/328: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/16
- 276/328: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/16
- 288/328: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/16
- 306/328: gnu: Add ghc-timezone-series., guix-commits, 2019/11/16
- 310/328: gnu: Add ghc-tar-conduit., guix-commits, 2019/11/16
- 319/328: gnu: Add ghc-numeric-extras.,
guix-commits <=
- 316/328: gnu: Add ghc-monoid-extras., guix-commits, 2019/11/16
- 320/328: gnu: Add ghc-intervals., guix-commits, 2019/11/16
- 324/328: gnu: Add ghc-svg-builder., guix-commits, 2019/11/16
- 326/328: gnu: ngless: Update to 1.0.1., guix-commits, 2019/11/16
- 291/328: gnu: ghc-microlens-aeson: Patch tests for i686-linux., guix-commits, 2019/11/16
- 303/328: gnu: idris: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 304/328: gnu: elm-compiler: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 305/328: gnu: Add ghc-alsa-mixer., guix-commits, 2019/11/16
- 308/328: gnu: Add ghc-dbus., guix-commits, 2019/11/16
- 315/328: gnu: Add ghc-groups., guix-commits, 2019/11/16