@@ -10,11 +10,11 @@ bug-reports: https://github.com/haskell-works/hw-xml/issues
10
10
author : John Ky,
11
11
Alexey Raga
12
12
13
- copyright : 2016-2020 John Ky
13
+ copyright : 2016-2021 John Ky
14
14
, 2016-2019 Alexey Raga
15
15
license : BSD-3-Clause
16
16
license-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
18
18
build-type : Simple
19
19
extra-source-files : README.md
20
20
data-files : data/catalog.xml
@@ -28,15 +28,15 @@ common base { build-depends: base >=
28
28
common ansi-wl-pprint { build-depends : ansi-wl-pprint >= 0.6.9 && < 0.7 }
29
29
common array { build-depends : array >= 0.5.2.0 && < 0.6 }
30
30
common 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 }
32
32
common cereal { build-depends : cereal >= 0.5.8.1 && < 0.6 }
33
33
common containers { build-depends : containers >= 0.5.10.2 && < 0.7 }
34
34
common criterion { build-depends : criterion >= 1.5.5.0 && < 1.6 }
35
35
common deepseq { build-depends : deepseq >= 1.4.3.0 && < 1.5 }
36
36
common doctest { build-depends : doctest >= 0.16.2 && < 0.19 }
37
37
common 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 }
40
40
common hedgehog { build-depends : hedgehog >= 1.0 && < 1.1 }
41
41
common hspec { build-depends : hspec >= 2.5 && < 3.0 }
42
42
common hw-balancedparens { build-depends : hw-balancedparens >= 0.3.0.1 && < 0.5 }
0 commit comments