File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ toBadSci :: SCI.Scientific -> Scientific
4949toBadSci = SCI. withExposed
5050 (\ a b -> scientific (fromIntegral a) b)
5151 (\ a b -> scientific a (fromIntegral b))
52-
5352
5453toAesonValue :: J. Value -> AE. Value
5554toAesonValue = \ case
You can’t perform that action at this time.
0 commit comments