diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-31 15:20:28 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:10 +0200 |
commit | f871a555026b94e2f3a34ae9410388a1ce0368ac (patch) | |
tree | d5bbb7504a160a2dbc334c13e4fc42a9f183c287 | |
parent | 32a9a3808711feac2ee30379256c1ac95d29857b (diff) | |
download | guix-f871a555026b94e2f3a34ae9410388a1ce0368ac.tar guix-f871a555026b94e2f3a34ae9410388a1ce0368ac.tar.gz |
gnu: ghc-unliftio-core: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-unliftio-core): Update Cabal file to r1.
-rw-r--r-- | gnu/packages/haskell.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3ebefeea3a..32a530853e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9655,6 +9655,9 @@ functions for the ghc-persistent package.") (base32 "1193fplsjm1lcr05xwvkj1rsyzx74i755f6kw3ikmxbsv0bv0l3m")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("1" "16bjwcsaghqqmyi69rq65dn3ydifyfaabq3ns37apdm00mwqbcj2"))) (home-page "https://github.com/fpco/unliftio/tree/master/unliftio-core#readme") (synopsis "The MonadUnliftIO typeclass for unlifting monads to IO") |