We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9cfed commit b2d1982Copy full SHA for b2d1982
1 file changed
unicode-data.cabal
@@ -106,13 +106,13 @@ executable ucd2haskell
106
hs-source-dirs: exe
107
main-is: UCD2Haskell.hs
108
other-modules: Parser.Text
109
- build-depends:
110
- base >= 4 && < 5
111
- , streamly >= 0.8 && < 0.9
112
- , getopt-generics >= 0.13 && < 0.14
113
- , containers >= 0.5 && < 0.7
114
- , directory >= 1.3.6 && < 1.3.7
115
if flag(ucd2haskell)
116
buildable: True
+ build-depends:
+ base >= 4 && < 5
+ , streamly >= 0.8 && < 0.9
+ , getopt-generics >= 0.13 && < 0.14
+ , containers >= 0.5 && < 0.7
+ , directory >= 1.3.6 && < 1.3.7
117
else
118
buildable: False
0 commit comments