mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
23e4b264d7
commit
b7250901f6
1 changed files with 15 additions and 0 deletions
|
@ -567,6 +567,21 @@ (define-public ghc-atomic-write
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue