update `base` bounds for desupported ghc 8.2
[cabal.git] / Cabal-tree-diff / Cabal-tree-diff.cabal
bloba6f65532b1c6282ed2c603212319448f27db0fbb
1 cabal-version: 2.2
2 name:          Cabal-tree-diff
3 version:       3.13.0.0
4 synopsis:      QuickCheck instances for types in Cabal
5 category:      Testing
6 description:   Provides tree-diff ToExpr instances for some types in Cabal
8 library
9   default-language: Haskell2010
10   hs-source-dirs:   src
11   ghc-options:      -Wall
12   build-depends:
13     , base
14     , Cabal-syntax  ^>=3.13.0.0
15     , Cabal         ^>=3.13.0.0
16     , tree-diff     ^>=0.1 || ^>=0.2 || ^>=0.3
18   exposed-modules:  Data.TreeDiff.Instances.Cabal
19   other-modules:
20     Data.TreeDiff.Instances.CabalLanguage
21     Data.TreeDiff.Instances.CabalSPDX
22     Data.TreeDiff.Instances.CabalVersion