diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-19 11:05:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-19 11:05:32 -0400 |
commit | 7a59f4d08dd07a25fc4de7c59948f41c8d3b8882 (patch) | |
tree | dd0903babeb9c6fd675a2186ca549be7b8a446b5 /standalone | |
parent | 85b079c4dfefac889d1a814e95390e29b575570d (diff) |
Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/cabal.config | 1 | ||||
-rw-r--r-- | standalone/linux/cabal.config | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/standalone/android/cabal.config b/standalone/android/cabal.config index 5ba5bacc2..f39dee91f 100644 --- a/standalone/android/cabal.config +++ b/standalone/android/cabal.config @@ -6,7 +6,6 @@ constraints: Crypto ==4.2.5.1, MissingH ==1.2.1.0, MonadRandom ==0.1.13, QuickCheck ==2.7.6, - SHA ==1.6.1, SafeSemaphore ==0.10.1, aeson ==0.7.0.6, ansi-terminal ==0.6.1.1, diff --git a/standalone/linux/cabal.config b/standalone/linux/cabal.config index 5ba5bacc2..f39dee91f 100644 --- a/standalone/linux/cabal.config +++ b/standalone/linux/cabal.config @@ -6,7 +6,6 @@ constraints: Crypto ==4.2.5.1, MissingH ==1.2.1.0, MonadRandom ==0.1.13, QuickCheck ==2.7.6, - SHA ==1.6.1, SafeSemaphore ==0.10.1, aeson ==0.7.0.6, ansi-terminal ==0.6.1.1, |