diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 00:50:25 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:47:55 -0500 |
commit | 2ae4261887917514bb4f0cc670d17a814e4ab9bd (patch) | |
tree | 5ad0e51a911767098f0a2beb4a1cd4db193dc3f0 | |
parent | fe9b83a60277ed0eeaa800b826efba6ed157c5b5 (diff) | |
download | guix-2ae4261887917514bb4f0cc670d17a814e4ab9bd.tar guix-2ae4261887917514bb4f0cc670d17a814e4ab9bd.tar.gz |
gnu: ghc-unliftio-core: Update to 0.1.2.0.
* gnu/packages/haskell-xyz.scm (ghc-unliftio-core): Update to 0.1.2.0.
[arguments]: Set Cabal file to r2.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 1b550ac2ed..0f4316dc7c 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10871,7 +10871,7 @@ working with it.") (define-public ghc-unliftio-core (package (name "ghc-unliftio-core") - (version "0.1.1.0") + (version "0.1.2.0") (source (origin (method url-fetch) @@ -10880,11 +10880,11 @@ working with it.") "unliftio-core-" version ".tar.gz")) (sha256 (base32 - "1193fplsjm1lcr05xwvkj1rsyzx74i755f6kw3ikmxbsv0bv0l3m")))) + "0y3siyx3drkw7igs380a87h8qfbbgcyxxlcnshp698hcc4yqphr4")))) (build-system haskell-build-system) (arguments `(#:cabal-revision - ("1" "16bjwcsaghqqmyi69rq65dn3ydifyfaabq3ns37apdm00mwqbcj2"))) + ("2" "0jqrjjbgicx48wzcjxs1xmih48ay79rhmrz6081dldlfxynli6vz"))) (home-page "https://github.com/fpco/unliftio/tree/master/unliftio-core#readme") (synopsis "The MonadUnliftIO typeclass for unlifting monads to IO") |