me
/
guix
Archived
1
0
Fork 0

gnu: Add ghc-atomic-write-0.2.0.7.

* gnu/packages/haskell-xyz.scm (ghc-atomic-write-0.2.0.7): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
John Soo 2020-04-10 21:22:42 -07:00 committed by Leo Famulari
parent 23e4b264d7
commit b7250901f6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 15 additions and 0 deletions

View File

@ -567,6 +567,21 @@ will destroy the permissions on the original file. This library preserves
permissions while atomically writing to a file.")
(license license:expat)))
(define-public ghc-atomic-write-0.2.0.7
(package
(inherit ghc-atomic-write)
(version "0.2.0.7")
(source
(origin
(inherit (package-source ghc-atomic-write))
(uri (string-append
"https://hackage.haskell.org/package/atomic-write/atomic-write-"
version
".tar.gz"))
(sha256
(base32
"03cn3ii74h0w3g4h78xsx9v2sn58r3qsr2dbdwq340xwhiwcgxdm"))))))
(define-public ghc-attoparsec
(package
(name "ghc-attoparsec")