@@ -9,10 +9,10 @@ homepage: http://github.com/haskell-works/hw-json-simple-cursor#re
9
9
bug-reports : https://github.com/haskell-works/hw-json-simple-cursor/issues
10
10
author : John Ky
11
11
12
- copyright : 2016-2019 John Ky
12
+ copyright : 2016-2020 John Ky
13
13
license : BSD-3-Clause
14
14
license-file : LICENSE
15
- tested-with : GHC == 8.8.3 , GHC == 8.6.5 , GHC == 8.4.4 , GHC == 8.2.2
15
+ tested-with : GHC == 8.8.3 , GHC == 8.6.5 , GHC == 8.4.4
16
16
build-type : Simple
17
17
extra-source-files : README.md
18
18
corpus/5000B.json
@@ -37,31 +37,31 @@ flag sse42
37
37
manual : False
38
38
default : False
39
39
40
- common base { build-depends : base >= 4 && < 5 }
40
+ common base { build-depends : base >= 4.11 && < 5 }
41
41
42
- common bytestring { build-depends : bytestring >= 0.10.6 && < 0.11 }
43
- common criterion { build-depends : criterion >= 1.4 && < 1.6 }
44
- common directory { build-depends : directory >= 1.3 && < 1.4 }
45
- common doctest { build-depends : doctest >= 0.16.2 && < 0.17 }
46
- common doctest-discover { build-depends : doctest-discover >= 0.2 && < 0.3 }
47
- common generic-lens { build-depends : generic-lens >= 1.1.0.0 && < 1.3 }
48
- common hedgehog { build-depends : hedgehog >= 0.6 && < 1.1 }
49
- common hspec { build-depends : hspec >= 2.4 && < 3 }
50
- common hw-balancedparens { build-depends : hw-balancedparens >= 0.3.0.0 && < 0.4 }
51
- common hw-bits { build-depends : hw-bits >= 0.7.0.5 && < 0.8 }
52
- common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
53
- common hw-json-simd { build-depends : hw-json-simd >= 0.1.0.2 && < 0.2 }
54
- common hw-parser { build-depends : hw-parser >= 0.1 && < 0.2 }
55
- common hw-prim { build-depends : hw-prim >= 0.6.2.28 && < 0.7 }
56
- common hw-rankselect { build-depends : hw-rankselect >= 0.13 && < 0.14 }
57
- common hw-rankselect-base { build-depends : hw-rankselect-base >= 0.3.2.1 && < 0.4 }
58
- common hw-simd { build-depends : hw-simd >= 0.1.1.2 && < 0.2 }
59
- common lens { build-depends : lens >= 4 && < 5 }
60
- common mmap { build-depends : mmap >= 0.5 && < 0.6 }
61
- common optparse-applicative { build-depends : optparse-applicative >= 0.14 && < 0.16 }
62
- common text { build-depends : text >= 1.2 && < 1.3 }
63
- common vector { build-depends : vector >= 0.12 && < 0.13 }
64
- common word8 { build-depends : word8 >= 0.1 && < 0.2 }
42
+ common bytestring { build-depends : bytestring >= 0.10.6 && < 0.11 }
43
+ common criterion { build-depends : criterion >= 1.4 && < 1.6 }
44
+ common directory { build-depends : directory >= 1.3 && < 1.4 }
45
+ common doctest { build-depends : doctest >= 0.16.2 && < 0.17 }
46
+ common doctest-discover { build-depends : doctest-discover >= 0.2 && < 0.3 }
47
+ common generic-lens { build-depends : generic-lens >= 1.1.0.0 && < 1.3 }
48
+ common hedgehog { build-depends : hedgehog >= 0.6 && < 1.1 }
49
+ common hspec { build-depends : hspec >= 2.4 && < 3 }
50
+ common hw-balancedparens { build-depends : hw-balancedparens >= 0.3.0.0 && < 0.4 }
51
+ common hw-bits { build-depends : hw-bits >= 0.7.0.5 && < 0.8 }
52
+ common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
53
+ common hw-json-simd { build-depends : hw-json-simd >= 0.1.0.2 && < 0.2 }
54
+ common hw-parser { build-depends : hw-parser >= 0.1 && < 0.2 }
55
+ common hw-prim { build-depends : hw-prim >= 0.6.2.28 && < 0.7 }
56
+ common hw-rankselect { build-depends : hw-rankselect >= 0.13 && < 0.14 }
57
+ common hw-rankselect-base { build-depends : hw-rankselect-base >= 0.3.2.1 && < 0.4 }
58
+ common hw-simd { build-depends : hw-simd >= 0.1.1.2 && < 0.2 }
59
+ common lens { build-depends : lens >= 4 && < 5 }
60
+ common mmap { build-depends : mmap >= 0.5 && < 0.6 }
61
+ common optparse-applicative { build-depends : optparse-applicative >= 0.14 && < 0.16 }
62
+ common text { build-depends : text >= 1.2 && < 1.3 }
63
+ common vector { build-depends : vector >= 0.12 && < 0.13 }
64
+ common word8 { build-depends : word8 >= 0.1 && < 0.2 }
65
65
66
66
common semigroups { if impl(ghc < 8 ) { build-depends : semigroups >= 0.16 && < 0.19 } }
67
67
0 commit comments