From 87a25ccd04277cfae6e11b0b4c5cdeff3aa86f30 Mon Sep 17 00:00:00 2001 From: Paul van der Walt Date: Wed, 14 Oct 2015 23:07:08 +0200 Subject: gnu: ghc-hashable: Update to 1.2.3.3. * gnu/packages/haskell.scm (ghc-hashable): Update to 1.2.3.3. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index edac4330ef..8f1ec086f5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -749,7 +749,7 @@ in terms of large data quantities and high speed.") (define-public ghc-hashable (package (name "ghc-hashable") - (version "1.2.3.2") + (version "1.2.3.3") (outputs '("out" "doc")) (source (origin @@ -760,7 +760,7 @@ in terms of large data quantities and high speed.") ".tar.gz")) (sha256 (base32 - "0h9295pv2sgbaqlwpwbx2bap6nngm0jcdhkqham1wpjwyxqgqrlc")))) + "0kp4aj0x1iicz9qirpqxxqd8x5g1njbapxk1d90n406w3xykz4pw")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: currently missing libraries used for tests. -- cgit v1.2.3 x/refs/?id=b6fd7f5003c725e4e43f71287c33980bad0903a4'>refslogtreecommitdiff
path: root/gnu/packages.scm
AgeCommit message (Expand)Author
2019-02-16packages: Remove duplicates from package cache....Ludovic Courtès
2019-01-15guix package: '--list-available' can use data from the cache....Ludovic Courtès
2019-01-15edit: Use 'specification->location' to read information from the cache....Ludovic Courtès
2019-01-15channels: Compute a package cache and use it....Ludovic Courtès
2019-01-15packages: Remove 'find-newest-available-packages'....Ludovic Courtès
2018-09-02Add (guix describe) and use it to initialize '%package-search-path'....Ludovic Courtès
2018-05-13packages: 'find-packages-by-name' properly honors version prefixes....Ludovic Courtès
2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès
2018-04-08Add (guix self)....Ludovic Courtès
2017-11-07packages: 'fold-packages' takes #:select? parameter....Ludovic Courtès
2017-09-01packages: 'fold-packages' takes an optional 'modules' parameter....Ludovic Courtès
2017-06-11packages: Add 'specifications->manifest'....Ludovic Courtès
2017-05-03Add (guix discovery)....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-05-01packages: Remove support for PACKAGE-VERSION deprecated syntax....Ludovic Courtès
2017-03-08packages: Use PACKAGE@VERSION syntax when reporting ambiguities....Ludovic Courtès
2017-02-27packages: Add 'search-auxiliary-file'....Alex Kost
2017-01-28Use 'mlambda' instead of 'memoize'....Ludovic Courtès
2017-01-28Add (guix memoization)....Ludovic Courtès
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match....Ludovic Courtès
2016-09-06packages: Add 'package-superseded' and associated support....Ludovic Courtès
2016-07-28packages: Add 'hidden-package'....Ludovic Courtès
2016-06-20packages: Export 'scheme-modules'....Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès
2016-04-14packages: Add 'search-patches'....Alex Kost
2016-03-08packages: Gracefully report packages not found....Ludovic Courtès
2016-03-08packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès
2016-03-08packages: Clarify NAME-VERSION deprecation message....Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin
2016-03-02packages: Factorize package specification search....Mathieu Lirzin