packages feed

Cabal revisions of themplate-0.1

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

revision 1
-name:          themplate-version:       0.1-license:       BSD3-cabal-version: >= 1.10-license-file:  LICENSE-author:        Benno Fünfstück-maintainer:    Benno Fünfstück <benno.fuenfstueck@gmail.com>-stability:     experimental-homepage:      http://github.com/bennofs/themplate/-bug-reports:   http://github.com/bennofs/themplate/issues-copyright:     Copyright (C) 2013 Benno Fünfstück-synopsis:      themplate-description:   themplate-build-type:    Simple-category:      Application, Console, Development, Template--extra-source-files:-  .ghci-  .gitignore-  .travis.yml-  .vim.custom-  README.md--source-repository head-  type: git-  location: https://github.com/bennofs/themplate.git--executable themplate-  hs-source-dirs: src-  main-is: Main.hs-  other-modules: Pattern-  default-language: Haskell2010-  ghc-options: -Wall-  build-depends:-      base >= 4.4 && < 5-    , filepath-    , directory-    , text-    , transformers-    , either-    , optparse-applicative-    , configurator-    , errors+name:          themplate
+version:       0.1
+x-revision: 1
+license:       BSD3
+cabal-version: >= 1.10
+license-file:  LICENSE
+author:        Benno Fünfstück
+maintainer:    Benno Fünfstück <benno.fuenfstueck@gmail.com>
+stability:     experimental
+homepage:      http://github.com/bennofs/themplate/
+bug-reports:   http://github.com/bennofs/themplate/issues
+copyright:     Copyright (C) 2013 Benno Fünfstück
+synopsis:      themplate
+description:   themplate
+build-type:    Simple
+category:      Application, Console, Development, Template
+
+extra-source-files:
+  .ghci
+  .gitignore
+  .travis.yml
+  .vim.custom
+  README.md
+
+source-repository head
+  type: git
+  location: https://github.com/bennofs/themplate.git
+
+executable themplate
+  hs-source-dirs: src
+  main-is: Main.hs
+  other-modules: Pattern
+  default-language: Haskell2010
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.4 && < 5
+    , filepath
+    , directory
+    , text
+    , transformers
+    , either
+    , optparse-applicative
+    , configurator
+    , errors < 2