Skip to content

Commit 03d2ce7

Browse files
committed
Hackage stuff I guess
1 parent 27a750a commit 03d2ce7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: lts-17.12
1+
resolver: lts-23.5

streaming-commons.cabal

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ test-suite test
9797
build-tool-depends:
9898
hspec-discover:hspec-discover
9999

100-
if flag(use-bytestring-builder)
101-
build-depends: bytestring < 0.10.2.0
102-
, bytestring-builder
103-
else
104-
build-depends: bytestring >= 0.10.2.0
100+
if flag(use-bytestring-builder)
101+
build-depends: bytestring < 0.10.2.0
102+
, bytestring-builder
103+
else
104+
build-depends: bytestring >= 0.10.2.0
105105

106-
if os(windows)
107-
cpp-options: -DWINDOWS
108-
else
109-
build-depends: unix
106+
if os(windows)
107+
cpp-options: -DWINDOWS
108+
else
109+
build-depends: unix
110110

111111
benchmark count-chars
112112
default-language: Haskell2010
@@ -143,11 +143,11 @@ benchmark builder-to-bytestring-io
143143
, deepseq
144144
, streaming-commons
145145

146-
if flag(use-bytestring-builder)
147-
build-depends: bytestring < 0.10.2.0
148-
, bytestring-builder
149-
else
150-
build-depends: bytestring >= 0.10.2.0
146+
if flag(use-bytestring-builder)
147+
build-depends: bytestring < 0.10.2.0
148+
, bytestring-builder
149+
else
150+
build-depends: bytestring >= 0.10.2.0
151151

152152
source-repository head
153153
type: git

0 commit comments

Comments
 (0)