Cabal revisions of hindent-4.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hindent version: 4.4.0+x-revision: 1 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. . HIndent.Styles.ChrisDone HIndent.Styles.JohanTibell HIndent.Styles.Gibiansky- build-depends: base >= 4 && <5+ build-depends: base >= 4.7 && < 4.9 , data-default , haskell-src-exts == 1.16.* , monad-loops hs-source-dirs: src/main ghc-options: -Wall -O2 main-is: Main.hs- build-depends: base >= 4 && < 5+ build-depends: base >= 4.7 && < 4.9 , hindent , text , descriptive >= 0.7 && < 0.10 hs-source-dirs: src/main ghc-options: -Wall -O2 main-is: TestGenerate.hs- build-depends: base >= 4 && < 5+ build-depends: base >= 4.7 && < 4.9 , hindent , text , directory type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs- build-depends: base >= 4 && <5+ build-depends: base >= 4.7 && < 4.9 , hindent , data-default , haskell-src-exts == 1.16.*
revision 2
name: hindent version: 4.4.0-x-revision: 1+x-revision: 2 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. . , data-default , haskell-src-exts == 1.16.* , monad-loops- , mtl+ , mtl < 2.3 , text , transformers , data-default , haskell-src-exts == 1.16.* , monad-loops- , mtl+ , mtl < 2.3 , text , hspec , directory