Archived
1
0
Fork 0

gnu: ghc-vault: Update to 0.3.1.3.

* gnu/packages/haskell-xyz.scm (ghc-vault): Update to 0.3.1.3.
[inputs]: Replace 'ghc-semigroupoids' with 'ghc-semigroups'.
This commit is contained in:
Timothy Sample 2019-10-31 13:17:28 -04:00
parent d3a0e0b4c2
commit b40a436e6a
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -11387,7 +11387,7 @@ explicit by providing a function to check whether the invariants hold.")
(define-public ghc-vault (define-public ghc-vault
(package (package
(name "ghc-vault") (name "ghc-vault")
(version "0.3.1.2") (version "0.3.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -11397,12 +11397,12 @@ explicit by providing a function to check whether the invariants hold.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"072mbrihsdsb8c6xvg6lvk0rqjgvxvi8qkg4n6wwym5hq0pfa04y")))) "0vdm472vn734xa27jjm2mjacl37mxiqaaahvm4hzqjgyh4cqq377"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-unordered-containers" ,ghc-unordered-containers) `(("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-hashable" ,ghc-hashable) ("ghc-hashable" ,ghc-hashable)
("ghc-semigroupoids" ,ghc-semigroupoids))) ("ghc-semigroups" ,ghc-semigroups)))
(home-page (home-page
"https://github.com/HeinrichApfelmus/vault") "https://github.com/HeinrichApfelmus/vault")
(synopsis "Persistent store for arbitrary values") (synopsis "Persistent store for arbitrary values")