@@ -10,11 +10,11 @@ bug-reports: https://github.com/haskell-works/hw-xml/issues
1010author : John Ky,
1111 Alexey Raga
121213- copyright : 2016-2020 John Ky
13+ copyright : 2016-2021 John Ky
1414 , 2016-2019 Alexey Raga
1515license : BSD-3-Clause
1616license-file : LICENSE
17- tested-with : GHC == 8.10.2 , GHC == 8.8.3 , GHC == 8.6.5 , GHC == 8.4.4
17+ tested-with : GHC == 9.0.1 , GHC == 8.10.7 , GHC == 8.8.4 , GHC == 8.6.5
1818build-type : Simple
1919extra-source-files : README.md
2020data-files : data/catalog.xml
@@ -28,15 +28,15 @@ common base { build-depends: base >=
2828common ansi-wl-pprint { build-depends : ansi-wl-pprint >= 0.6.9 && < 0.7 }
2929common array { build-depends : array >= 0.5.2.0 && < 0.6 }
3030common attoparsec { build-depends : attoparsec >= 0.13.2.2 && < 0.15 }
31- common bytestring { build-depends : bytestring >= 0.10.8.2 && < 0.11 }
31+ common bytestring { build-depends : bytestring >= 0.10.8.2 && < 0.12 }
3232common cereal { build-depends : cereal >= 0.5.8.1 && < 0.6 }
3333common containers { build-depends : containers >= 0.5.10.2 && < 0.7 }
3434common criterion { build-depends : criterion >= 1.5.5.0 && < 1.6 }
3535common deepseq { build-depends : deepseq >= 1.4.3.0 && < 1.5 }
3636common doctest { build-depends : doctest >= 0.16.2 && < 0.19 }
3737common doctest-discover { build-depends : doctest-discover >= 0.2 && < 0.3 }
38- common generic-lens { build-depends : generic-lens >= 1.2.0.1 && < 2.2 }
39- common ghc-prim { build-depends : ghc-prim >= 0.5 && < 0.7 }
38+ common generic-lens { build-depends : generic-lens >= 2.2 && < 2.3 }
39+ common ghc-prim { build-depends : ghc-prim >= 0.5 && < 0.8 }
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.5 }
0 commit comments