diff options
-rw-r--r-- | kiki.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -96,7 +96,6 @@ library | |||
96 | FunctorToMaybe | 96 | FunctorToMaybe |
97 | 97 | ||
98 | Build-Depends: base >=4.6.0.0, | 98 | Build-Depends: base >=4.6.0.0, |
99 | temporary, | ||
100 | asn1-encoding, | 99 | asn1-encoding, |
101 | asn1-types, | 100 | asn1-types, |
102 | binary, | 101 | binary, |
@@ -104,14 +103,16 @@ library | |||
104 | containers, | 103 | containers, |
105 | dataenc, | 104 | dataenc, |
106 | directory, | 105 | directory, |
106 | extra, | ||
107 | filepath, | 107 | filepath, |
108 | network, | 108 | network, |
109 | openpgp-util, | ||
109 | pretty-show, | 110 | pretty-show, |
110 | process, | 111 | process, |
112 | temporary, | ||
111 | text, | 113 | text, |
112 | unix, | 114 | unix, |
113 | zlib, | 115 | zlib |
114 | openpgp-util | ||
115 | -- todo: remove this dependency when flag(hourglass) | 116 | -- todo: remove this dependency when flag(hourglass) |
116 | if flag(needlocale) | 117 | if flag(needlocale) |
117 | build-depends: time < 1.5, old-locale | 118 | build-depends: time < 1.5, old-locale |