[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/272: gnu: ghc-adjunctions: Update to 4.4.
From: |
Ricardo Wurmus |
Subject: |
207/272: gnu: ghc-adjunctions: Update to 4.4. |
Date: |
Mon, 1 Oct 2018 06:13:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 38563d9140bdd35215d36cffae890d7db891d597
Author: Timothy Sample <address@hidden>
Date: Wed Aug 29 00:57:06 2018 -0400
gnu: ghc-adjunctions: Update to 4.4.
* gnu/packages/haskell.scm (ghc-adjunctions): Update to 4.4.
[inputs] Add ghc-transformers-compat.
[native-inputs]: Add ghc-generic-deriving, ghc-hspec, and hspec-discover.
---
gnu/packages/haskell.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index da48a64..394c541 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5121,7 +5121,7 @@ definition of @code{Monad}.")
(define-public ghc-adjunctions
(package
(name "ghc-adjunctions")
- (version "4.3")
+ (version "4.4")
(source
(origin
(method url-fetch)
@@ -5131,7 +5131,7 @@ definition of @code{Monad}.")
".tar.gz"))
(sha256
(base32
- "1k1ykisf96i4g2zm47c45md7p42c4vsp9r73392pz1g8mx7s2j5r"))))
+ "1sbal7cbhm12crfnfhkk322jnzgx7lhw3jzq0p463bipagsjwz2h"))))
(build-system haskell-build-system)
(inputs
`(("ghc-profunctors" ,ghc-profunctors)
@@ -5142,7 +5142,12 @@ definition of @code{Monad}.")
("ghc-tagged" ,ghc-tagged)
("ghc-semigroupoids" ,ghc-semigroupoids)
("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)
("ghc-void" ,ghc-void)))
+ (native-inputs
+ `(("ghc-generic-deriving" ,ghc-generic-deriving)
+ ("ghc-hspec" ,ghc-hspec)
+ ("hspec-discover" ,hspec-discover)))
(home-page "https://github.com/ekmett/adjunctions/")
(synopsis "Adjunctions and representable functors")
(description "This library provides adjunctions and representable functors
- 171/272: gnu: ghc-x509-validation: Update to 1.6.10., (continued)
- 171/272: gnu: ghc-x509-validation: Update to 1.6.10., Ricardo Wurmus, 2018/10/01
- 174/272: gnu: ghc-bifunctors: Update to 5.5.3., Ricardo Wurmus, 2018/10/01
- 188/272: gnu: ghc-aeson-pretty: Update to 0.8.7., Ricardo Wurmus, 2018/10/01
- 239/272: gnu: Remove old versions of ghc-doctest., Ricardo Wurmus, 2018/10/01
- 256/272: gnu: ghc-base-compat: Update to 0.10.4., Ricardo Wurmus, 2018/10/01
- 265/272: gnu: agda: Fix build., Ricardo Wurmus, 2018/10/01
- 139/272: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/10/01
- 258/272: gnu: Add ghc-weigh., Ricardo Wurmus, 2018/10/01
- 131/272: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/10/01
- 183/272: gnu: ghc-tasty-th: Update to 0.1.7., Ricardo Wurmus, 2018/10/01
- 207/272: gnu: ghc-adjunctions: Update to 4.4.,
Ricardo Wurmus <=
- 213/272: gnu: ghc-rebase: Update to 1.2.4., Ricardo Wurmus, 2018/10/01
- 242/272: gnu: ghc-yesod-core: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 230/272: gnu: cabal-install: Update to 2.2.0.0., Ricardo Wurmus, 2018/10/01
- 243/272: gnu: ghc-persistent-sqlite: Update to 2.8.2., Ricardo Wurmus, 2018/10/01
- 247/272: gnu: ghc-haddock-library: Update to 1.5.0.1., Ricardo Wurmus, 2018/10/01
- 257/272: gnu: ghc-tasty-golden: Update to 2.3.2., Ricardo Wurmus, 2018/10/01
- 260/272: gnu: Add ghc-sdl2., Ricardo Wurmus, 2018/10/01
- 270/272: gnu: ghc-gnuplot: Fix build., Ricardo Wurmus, 2018/10/01
- 262/272: gnu: Add ghc-sdl2-image., Ricardo Wurmus, 2018/10/01
- 149/272: gnu: ghc-x509: Update to 1.7.3., Ricardo Wurmus, 2018/10/01