@@ -14,7 +14,7 @@ copyright: 2016-2020 John Ky
1414 , 2016-2019 Alexey Raga
1515license : BSD-3-Clause
1616license-file : LICENSE
17- tested-with : GHC == 8.8.3 , GHC == 8.6.5 , GHC == 8.4.4
17+ tested-with : GHC == 8.10.1 , GHC == 8. 8.3 , GHC == 8.6.5 , GHC == 8.4.4
1818build-type : Simple
1919extra-source-files : README.md
2020data-files : data/catalog.xml
@@ -36,7 +36,7 @@ common deepseq { build-depends: deepseq >=
3636common doctest { build-depends : doctest >= 0.16.2 && < 0.17 }
3737common doctest-discover { build-depends : doctest-discover >= 0.2 && < 0.3 }
3838common generic-lens { build-depends : generic-lens >= 1.2.0.1 && < 1.3 }
39- common ghc-prim { build-depends : ghc-prim >= 0.5 && < 0.6 }
39+ common ghc-prim { build-depends : ghc-prim >= 0.5 && < 0.7 }
4040common hedgehog { build-depends : hedgehog >= 1.0 && < 1.1 }
4141common hspec { build-depends : hspec >= 2.5 && < 3.0 }
4242common hw-balancedparens { build-depends : hw-balancedparens >= 0.3.0.1 && < 0.4 }
@@ -51,7 +51,7 @@ common mmap { build-depends: mmap >=
5151common mtl { build-depends : mtl >= 2.2.2 && < 3 }
5252common optparse-applicative { build-depends : optparse-applicative >= 0.15.1.0 && < 0.16 }
5353common resourcet { build-depends : resourcet >= 1.2.2 && < 1.3 }
54- common text { build-depends : text >= 1.2.4.0 && < 1.3 }
54+ common text { build-depends : text >= 1.2.3.2 && < 1.3 }
5555common transformers { build-depends : transformers >= 0.5 && < 0.6 }
5656common vector { build-depends : vector >= 0.12.0.3 && < 0.13 }
5757common word8 { build-depends : word8 >= 0.1.3 && < 0.2 }
0 commit comments