11Name : patch
2- Version : 0.0.8.1
2+ Version : 0.0.8.2
33Synopsis : Data structures for describing changes to other data structures.
44Description :
55 Data structures for describing changes to other data structures.
@@ -22,7 +22,7 @@ extra-source-files:
2222 ChangeLog.md
2323
2424tested-with :
25- GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.1 || == 9.2.5 || == 9.4.3
25+ GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.1 || == 9.2.5 || == 9.4.5 || == 9.6.1
2626 GHCJS == 8.6 || == 8.10
2727
2828flag split-these
@@ -37,19 +37,19 @@ flag hlint
3737library
3838 hs-source-dirs : src
3939 default-language : Haskell2010
40- build-depends : base >= 4.9 && < 4.18
40+ build-depends : base >= 4.9 && < 4.19
4141 , constraints-extras >= 0.3 && < 0.5
4242 , commutative-semigroups >= 0.0 && < 0.2
4343 , containers >= 0.6 && < 0.7
4444 , dependent-map >= 0.3 && < 0.5
4545 , dependent-sum >= 0.6 && < 0.8
4646 , lens >= 4.7 && < 5.3
4747 , indexed-traversable >= 0.1 && < 0.2
48- , semigroupoids >= 4.0 && < 6
48+ , semigroupoids >= 4.0 && < 7
4949 , transformers >= 0.5.6.0 && < 0.7
5050 , witherable >= 0.3 && < 0.5
5151
52- if impl(ghc < 8.6 ) -- really, if base < 8.12
52+ if impl(ghc < 8.6 )
5353 build-depends : base-orphans >= 0.8 && < 0.9
5454
5555 exposed-modules : Data.Functor.Misc
@@ -69,8 +69,8 @@ library
6969 default-extensions : PolyKinds
7070
7171 if flag(split-these)
72- build-depends : these >= 1 && < 1.2
73- , semialign >= 1 && < 1.3
72+ build-depends : these >= 1 && < 1.3
73+ , semialign >= 1 && < 1.4
7474 , monoidal-containers >= 0.6 && < 0.7
7575 else
7676 build-depends : these >= 0.4 && < 0.9
@@ -90,6 +90,9 @@ test-suite tests
9090 buildable : False
9191
9292test-suite hlint
93+ -- hlint doesn't support ghc-9.6 yet (as of version 3.5)
94+ if impl(ghc >= 9.6 )
95+ buildable : False
9396 default-language : Haskell2010
9497 type : exitcode-stdio-1.0
9598 main-is : hlint.hs
0 commit comments