mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-14 10:42:10 +03:00
Merge #94: Tmp override fix of cryptohash-sha512
`cryptohash-sha512` unmaintained, PR adds support of `base` 4.14 (GHC 8.10) through `cabal.project` Remote fails because of wrong bounds on the Hackage HNix-Core, since it allows but does not support `base16-bytestring >= 1`. Recently I migrated Core to `base16-bytestring >= 1` - but that is in `master` - Core release would fix the Remote Core dependency build. Closes #90.
This commit is contained in:
commit
b61f40ad2e
6
hnix-store-core/cabal.project
Normal file
6
hnix-store-core/cabal.project
Normal file
@ -0,0 +1,6 @@
|
||||
packages: .
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/Anton-Latukha/cryptohash-sha512
|
||||
tag: 82ffc68fdfc1ce3745368cd0ddc22cab5a76c769
|
6
hnix-store-remote/cabal.project
Normal file
6
hnix-store-remote/cabal.project
Normal file
@ -0,0 +1,6 @@
|
||||
packages: .
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/Anton-Latukha/cryptohash-sha512
|
||||
tag: 82ffc68fdfc1ce3745368cd0ddc22cab5a76c769
|
Loading…
Reference in New Issue
Block a user