Skip to content

Commit

Permalink
Move dependencies under the if statement for the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 8, 2021
1 parent 6a9cfed commit b2d1982
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ executable ucd2haskell
hs-source-dirs: exe
main-is: UCD2Haskell.hs
other-modules: Parser.Text
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
if flag(ucd2haskell)
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
else
buildable: False

0 comments on commit b2d1982

Please sign in to comment.