Skip to content

Commit bbba67e

Browse files
authored
fix: Broken cabal build in Windows (#140)
1 parent 36a8d7c commit bbba67e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dataframe.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ executable dataframe
157157
directory >= 1.3.0.0 && < 2,
158158
filepath >= 1.4 && < 2,
159159
process >= 1.6 && < 2,
160-
time >= 1.12 && < 2,
161-
unix >= 2 && < 3
160+
time >= 1.12 && < 2
161+
if !os(windows)
162+
build-depends: unix >= 2 && < 3
162163
hs-source-dirs: app
163164
default-language: Haskell2010
164165
ghc-options: -rtsopts -threaded -with-rtsopts=-N

0 commit comments

Comments
 (0)