Skip to content

Commit 12a96de

Browse files
committed
fix: add ampersand to streamly dep
1 parent 5492bb6 commit 12a96de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dataframe.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ library
146146
filepath >= 1.4 && < 2,
147147
Glob >= 0.10 && < 1,
148148
http-conduit >= 2.3 && < 3,
149-
streamly-core >= 0.2.3 && < 0.3,
150-
streamly-bytestring >= 0.3.0 < 0.4,
151-
149+
streamly-core >= 0.2.3 && < 0.4,
150+
streamly-bytestring >= 0.2.0 && < 0.4
152151
hs-source-dirs: src
153152
c-sources: cbits/process_csv.c
154153
include-dirs: cbits

0 commit comments

Comments
 (0)