Cabal revisions of git-0.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: git Version: 0.2.1+x-revision: 1 Synopsis: Git operations in haskell Description: . extra-source-files: tests/*.hs Library- Build-Depends: base >= 4 && < 5- , bytestring >= 0.9+ Build-Depends: base >= 4 && < 4.11+ , 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.1-x-revision: 1+x-revision: 2 Synopsis: Git operations in haskell Description: . extra-source-files: tests/*.hs Library- Build-Depends: base >= 4 && < 4.11+ Build-Depends: base >= 4.5 && < 4.11 , bytestring == 0.10.* , byteable , containers 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