packages feed

Cabal revisions of git-mediate-1.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial git-mediate.cabal generated by cabal init.  For--- further documentation, see http://haskell.org/cabal/users-guide/--name:                git-mediate-version:             1.0.1-synopsis:            Remove trivial conflict markers in a git repository-description:         Remove trivial conflict markers in a git repository-homepage:            https://github.com/Peaker/git-mediate-license:             GPL-2-license-file:        LICENSE-author:              Eyal Lotem-maintainer:          eyal.lotem@gmail.com--- copyright:-category:            Development-build-type:          Simple--- extra-source-files:-cabal-version:       >=1.10--source-repository head-  type: git-  location: https://github.com/Peaker/git-mediate--executable git-mediate-  main-is:             git-mediate.hs-  other-modules:       PPDiff, Opts, Version-  -- other-extensions:-  build-depends:       base >=4.6 && <5-                     , base-compat >= 0.8.2 && < 0.10-                     , mtl >=2.1-                     , directory >=1.2-                     , process >=1.2-                     , filepath >=1.3-                     , unix >=2.7-                     , Diff >=0.3-                     , ansi-terminal >=0.6.2-                     , optparse-applicative >=0.11 && <0.14-  -- hs-source-dirs:-  default-language:    Haskell2010+-- Initial git-mediate.cabal generated by cabal init.  For
+-- further documentation, see http://haskell.org/cabal/users-guide/
+
+name:                git-mediate
+version:             1.0.1
+x-revision: 1
+synopsis:            Remove trivial conflict markers in a git repository
+description:         Remove trivial conflict markers in a git repository
+homepage:            https://github.com/Peaker/git-mediate
+license:             GPL-2
+license-file:        LICENSE
+author:              Eyal Lotem
+maintainer:          eyal.lotem@gmail.com
+-- copyright:
+category:            Development
+build-type:          Simple
+-- extra-source-files:
+cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: https://github.com/Peaker/git-mediate
+
+executable git-mediate
+  main-is:             git-mediate.hs
+  other-modules:       PPDiff, Opts, Version
+  -- other-extensions:
+  build-depends:       base >=4.8 && <5
+                     , base-compat >= 0.8.2 && < 0.10
+                     , mtl >=2.1
+                     , directory >=1.2
+                     , process >=1.2
+                     , filepath >=1.3
+                     , unix >=2.7
+                     , Diff >=0.3
+                     , ansi-terminal >=0.6.2
+                     , optparse-applicative >=0.11 && <0.14
+  -- hs-source-dirs:
+  default-language:    Haskell2010