We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cabal build
1 parent 36a8d7c commit bbba67eCopy full SHA for bbba67e
1 file changed
dataframe.cabal
@@ -157,8 +157,9 @@ executable dataframe
157
directory >= 1.3.0.0 && < 2,
158
filepath >= 1.4 && < 2,
159
process >= 1.6 && < 2,
160
- time >= 1.12 && < 2,
161
- unix >= 2 && < 3
+ time >= 1.12 && < 2
+ if !os(windows)
162
+ build-depends: unix >= 2 && < 3
163
hs-source-dirs: app
164
default-language: Haskell2010
165
ghc-options: -rtsopts -threaded -with-rtsopts=-N
0 commit comments