Skip to content

Commit

Permalink
Fix #183: turn flag bytestring--LT-0_10_4 off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 16, 2021
1 parent 5a410c9 commit 3693b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/cassava-iut.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Extra-source-files: *.csv

flag pre-bytestring-0-10-4
description: bytestring < 0.10.4
default: False
manual: False

Library
default-language: Haskell2010
Expand Down
2 changes: 2 additions & 0 deletions cassava.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ source-repository head

flag bytestring--LT-0_10_4
description: [bytestring](https://hackage.haskell.org/haskell/package/bytestring) < 0.10.4
default: False
manual: False

Library
default-language: Haskell2010
Expand Down

0 comments on commit 3693b74

Please sign in to comment.