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.master
parent
fe9b83a602
commit
2ae4261887
|
@ -10871,7 +10871,7 @@ working with it.")
|
||||||
(define-public ghc-unliftio-core
|
(define-public ghc-unliftio-core
|
||||||
(package
|
(package
|
||||||
(name "ghc-unliftio-core")
|
(name "ghc-unliftio-core")
|
||||||
(version "0.1.1.0")
|
(version "0.1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10880,11 +10880,11 @@ working with it.")
|
||||||
"unliftio-core-" version ".tar.gz"))
|
"unliftio-core-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1193fplsjm1lcr05xwvkj1rsyzx74i755f6kw3ikmxbsv0bv0l3m"))))
|
"0y3siyx3drkw7igs380a87h8qfbbgcyxxlcnshp698hcc4yqphr4"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cabal-revision
|
`(#:cabal-revision
|
||||||
("1" "16bjwcsaghqqmyi69rq65dn3ydifyfaabq3ns37apdm00mwqbcj2")))
|
("2" "0jqrjjbgicx48wzcjxs1xmih48ay79rhmrz6081dldlfxynli6vz")))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/fpco/unliftio/tree/master/unliftio-core#readme")
|
"https://github.com/fpco/unliftio/tree/master/unliftio-core#readme")
|
||||||
(synopsis "The MonadUnliftIO typeclass for unlifting monads to IO")
|
(synopsis "The MonadUnliftIO typeclass for unlifting monads to IO")
|
||||||
|
|
Reference in New Issue