Cabal revisions of git-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: git Version: 0.2.0+x-revision: 1 Synopsis: Git operations in haskell Description: . Flag executable Description: Build the executable Default: False+ Manual: True Flag debug Description: Add some debugging options Default: False+ Manual: True Library- Build-Depends: base >= 4 && < 5+ Build-Depends: base >= 4 && < 4.11 , mtl- , bytestring >= 0.9+ , bytestring == 0.10.* , byteable , containers , memory >= 0.13 , hourglass >= 0.2 , unix-compat , utf8-string- , patience+ , patience == 0.1.* -- to remove , system-filepath , system-fileio
revision 2
Name: git Version: 0.2.0-x-revision: 1+x-revision: 2 Synopsis: Git operations in haskell Description: . Manual: True Library- Build-Depends: base >= 4 && < 4.11+ Build-Depends: base >= 4.5 && < 4.11 , mtl , bytestring == 0.10.* , byteable type: exitcode-stdio-1.0 hs-source-dirs: tests Main-Is: Tests.hs- Build-depends: base >= 3 && < 7+ Build-depends: base >= 4.5 && < 4.11 , bytestring , tasty , tasty-quickcheck hs-source-dirs: tests Main-Is: Repo.hs other-modules: Monad- Build-depends: base >= 3 && < 7+ Build-depends: base >= 4.5 && < 4.11 , bytestring , tasty , tasty-quickcheck