We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4680464 commit 2232eacCopy full SHA for 2232eac
1 file changed
dataframe.cabal
@@ -145,9 +145,9 @@ library
145
stm >= 2.5 && < 3,
146
filepath >= 1.4 && < 2,
147
Glob >= 0.10 && < 1,
148
- http-conduit >= 2.3 && < 3,
149
- streamly-core,
150
- streamly-bytestring,
+ http-conduit >= 2.3 && < 3,
+ streamly-core >= 0.2.3 && < 0.3,
+ streamly-bytestring >= 0.3.0 < 0.4,
151
152
hs-source-dirs: src
153
c-sources: cbits/process_csv.c
0 commit comments