Skip to content

Commit b2d1982

Browse files
committed
Move dependencies under the if statement for the executable
1 parent 6a9cfed commit b2d1982

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

unicode-data.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ executable ucd2haskell
106106
hs-source-dirs: exe
107107
main-is: UCD2Haskell.hs
108108
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
115109
if flag(ucd2haskell)
116110
buildable: True
111+
build-depends:
112+
base >= 4 && < 5
113+
, streamly >= 0.8 && < 0.9
114+
, getopt-generics >= 0.13 && < 0.14
115+
, containers >= 0.5 && < 0.7
116+
, directory >= 1.3.6 && < 1.3.7
117117
else
118118
buildable: False

0 commit comments

Comments
 (0)