Skip to content

Commit

Permalink
allow base-4.20, lens-5.3 and test on GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 20, 2024
1 parent 649951e commit c00ef65
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions active.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ build-type: Simple
extra-doc-files: CHANGES, README.markdown, diagrams/*.svg

tested-with:
GHC ==7.8.4
|| ==7.10.3
|| ==8.0.2
GHC ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
Expand All @@ -26,20 +24,21 @@ tested-with:
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.3
|| ==9.8.1
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

source-repository head
type: git
location: https://github.com/diagrams/active.git

library
exposed-modules: Data.Active
build-depends: base >= 4.0 && < 4.20,
build-depends: base >= 4.0 && < 4.21,
vector >= 0.10 && < 0.14,
semigroups >= 0.1 && < 0.21,
semigroupoids >= 1.2 && < 6.1,
lens >= 4.0 && < 5.3,
lens >= 4.0 && < 5.4,
linear >= 1.14 && < 1.24
hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit c00ef65

Please sign in to comment.