diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-28 13:02:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-28 13:02:56 -0400 |
commit | 20edc36c790793faf1a01494572d3200308bb114 (patch) | |
tree | ae9c788d756d245d50eb70be78b7e062896c772b | |
parent | 4c7f4f7543d29eba6a337734bfddec07f81e81a8 (diff) |
pin directory to last version that doesn't break MissingH
-rw-r--r-- | standalone/android/cabal.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/cabal.config b/standalone/android/cabal.config index ab3110416..67e98523e 100644 --- a/standalone/android/cabal.config +++ b/standalone/android/cabal.config @@ -5,6 +5,7 @@ constraints: Crypto ==4.2.5.1, HUnit ==1.2.5.2, IfElse ==0.85, MissingH ==1.2.1.0, + directory ==1.2.2.0, MonadRandom ==0.1.13, QuickCheck ==2.7.6, SafeSemaphore ==0.10.1, |