[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
317/329: gnu: Add ghc-dual-tree.
From: |
guix-commits |
Subject: |
317/329: gnu: Add ghc-dual-tree. |
Date: |
Wed, 20 Nov 2019 21:18:54 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 577a78b779fe31057107d32dbb78905cb54780e5
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 00:42:50 2019 -0500
gnu: Add ghc-dual-tree.
* gnu/packages/haskell-xyz.scm (ghc-dual-tree): New variable.
---
gnu/packages/haskell-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0b32de7..0594c5e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3017,6 +3017,35 @@ It is modeled after doctest for Python, see
between double precision floating point and text.")
(license license:bsd-3)))
+(define-public ghc-dual-tree
+ (package
+ (name "ghc-dual-tree")
+ (version "0.2.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/";
+ "dual-tree/dual-tree-" version ".tar.gz"))
+ (sha256
+ (base32
+ "17kdfnf0df0z5pkiifxrlmyd1xd7hjjaazd2kzyajl0gd00vbszx"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-newtype-generics" ,ghc-newtype-generics)
+ ("ghc-monoid-extras" ,ghc-monoid-extras)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-testing-feat" ,ghc-testing-feat)))
+ (home-page "https://hackage.haskell.org/package/dual-tree";)
+ (synopsis "Rose trees with cached and accumulating monoidal annotations")
+ (description "Rose (@math{n}-ary) trees with both upwards- (i.e.
+cached) and downwards-traveling (i.e. accumulating) monoidal
+annotations. This is used as the core data structure underlying the
+@url{https://archives.haskell.org/projects.haskell.org/diagrams/,
+diagrams framework}, but potentially has other applications as well.")
+ (license license:bsd-3)))
+
(define-public ghc-easy-file
(package
(name "ghc-easy-file")
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., (continued)
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/20
- 268/329: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/20
- 297/329: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/20
- 308/329: gnu: Add ghc-dbus., guix-commits, 2019/11/20
- 305/329: gnu: Add ghc-alsa-mixer., guix-commits, 2019/11/20
- 310/329: gnu: Add ghc-tar-conduit., guix-commits, 2019/11/20
- 306/329: gnu: Add ghc-timezone-series., guix-commits, 2019/11/20
- 304/329: gnu: elm-compiler: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 313/329: gnu: Add ghc-size-based., guix-commits, 2019/11/20
- 315/329: gnu: Add ghc-groups., guix-commits, 2019/11/20
- 317/329: gnu: Add ghc-dual-tree.,
guix-commits <=
- 320/329: gnu: Add ghc-intervals., guix-commits, 2019/11/20
- 312/329: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/20
- 319/329: gnu: Add ghc-numeric-extras., guix-commits, 2019/11/20
- 325/329: gnu: Add ghc-diagrams-svg., guix-commits, 2019/11/20
- 328/329: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/20
- 266/329: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/20
- 277/329: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/20
- 286/329: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/20
- 280/329: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/20
- 290/329: gnu: darcs: Fix Cabal dependency constraints., guix-commits, 2019/11/20