[ mergify ] better implementation of 2 day delay (#8444)
[cabal.git] / Cabal-tree-diff / Cabal-tree-diff.cabal
blob4f27ba20cdd304182ef5d48b8c1f668fb69f951c
1 cabal-version: 2.2
2 name:          Cabal-tree-diff
3 version:       3.9.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.9.0.0
15     , Cabal         ^>=3.9.0.0
16     , tree-diff     ^>=0.1 || ^>=0.2
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