Cabal revisions of gitignore-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial gitignore.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: gitignore-version: 1.0.0-synopsis: Apply GitHub .gitignore templates to already existing repositories.-description: Apply GitHub .gitignore templates to already existing repositories.-homepage: https://github.com/CodeBlock/gitignore-license: BSD3-license-file: LICENSE-author: Ricky Elrod-maintainer: ricky@elrod.me-copyright: 2013 Ricky Elrod-category: Development-build-type: Simple-cabal-version: >=1.8--source-repository head- type: git- location: git://github.com:CodeBlock/gitignore.git--executable gitignore- main-is: gitignore.hs- build-depends: aeson ==0.6.*, base >=4.6 && <4.7, base64-bytestring ==1.0.*, bytestring ==0.10.*, http-conduit ==1.9.5.*, network ==2.4.*, safe ==0.3.*, text ==0.11.*+-- Initial gitignore.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: gitignore +version: 1.0.0 +x-revision: 1 +synopsis: Apply GitHub .gitignore templates to already existing repositories. +description: Apply GitHub .gitignore templates to already existing repositories. +homepage: https://github.com/relrod/gitignore +license: BSD3 +license-file: LICENSE +author: Ricky Elrod +maintainer: ricky@elrod.me +copyright: 2013 Ricky Elrod +category: Development +build-type: Simple +cabal-version: >=1.8 + +source-repository head + type: git + location: git://github.com:relrod/gitignore.git + +executable gitignore + main-is: gitignore.hs + build-depends: aeson ==0.6.*, base >=4.6 && <4.7, base64-bytestring ==1.0.*, bytestring ==0.10.*, http-conduit ==1.9.5.*, network ==2.4.*, safe ==0.3.*, text ==0.11.*