Skip to content

Commit 2232eac

Browse files
committed
chore: Add bounds for streamly
1 parent 4680464 commit 2232eac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dataframe.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ library
145145
stm >= 2.5 && < 3,
146146
filepath >= 1.4 && < 2,
147147
Glob >= 0.10 && < 1,
148-
http-conduit >= 2.3 && < 3,
149-
streamly-core,
150-
streamly-bytestring,
148+
http-conduit >= 2.3 && < 3,
149+
streamly-core >= 0.2.3 && < 0.3,
150+
streamly-bytestring >= 0.3.0 < 0.4,
151151

152152
hs-source-dirs: src
153153
c-sources: cbits/process_csv.c

0 commit comments

Comments
 (0)