diff options
author | James Crayne <jim.crayne@gmail.com> | 2016-04-29 02:19:49 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2016-04-29 15:53:47 -0400 |
commit | baf38b1c4aebebae1a3a93b9336d147ab7ce84c3 (patch) | |
tree | 7ed9ce1224d65c5a473ae0c8525b0da1eed61720 /kiki.cabal | |
parent | bc624dbf7d08732d6c35ef7f33b366e7821ff906 (diff) |
sort cabal build-depends, add missing deps
Diffstat (limited to 'kiki.cabal')
-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 |