Skip to content

Commit 2ec6e80

Browse files
committed
Allow newer byteslice
1 parent 5572b7f commit 2ec6e80

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

json-syntax.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ library
3232
, array-chunks >=0.1.1 && <0.2
3333
, base >=4.12 && <5
3434
, bytesmith >=0.3 && <0.4
35-
, byteslice >=0.1.3 && <0.2
35+
, byteslice >=0.1.3 && <0.3
3636
, scientific-notation >=0.1.1 && <0.2
3737
, text-short >=0.1.3 && <0.2
3838
, primitive >=0.7 && <0.8
@@ -52,7 +52,7 @@ test-suite test
5252
build-depends:
5353
, aeson
5454
, base >=4.12.0.0 && <5
55-
, byteslice >=0.1.3 && <0.2
55+
, byteslice >=0.1.3
5656
, bytestring
5757
, json-syntax
5858
, neat-interpolation >=0.3.2

test/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ toBadSci :: SCI.Scientific -> Scientific
4949
toBadSci = SCI.withExposed
5050
(\a b -> scientific (fromIntegral a) b)
5151
(\a b -> scientific a (fromIntegral b))
52-
5352

5453
toAesonValue :: J.Value -> AE.Value
5554
toAesonValue = \case

0 commit comments

Comments
 (0)