packages feed

Cabal revisions of interpolate-0.0.3

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

revision 1
-name:             interpolate-version:          0.0.3-license:          MIT-license-file:     LICENSE-copyright:        (c) 2013 Simon Hengel-author:           Simon Hengel <sol@typeful.net>-maintainer:       Simon Hengel <sol@typeful.net>-build-type:       Simple-cabal-version:    >= 1.8-category:         Data, Text-stability:        experimental-synopsis:         String interpolation done right-description:      String interpolation done right--source-repository head-  type: git-  location: https://github.com/sol/interpolate--library-  ghc-options:-      -Wall-  hs-source-dirs:-      src-  exposed-modules:-      Data.String.Interpolate-  other-modules:-      Data.String.Interpolate.Util-      Data.String.Interpolate.Parse-      Data.String.Interpolate.Compat-  build-depends:-      base    == 4.*-    , template-haskell-    , haskell-src-meta--test-suite spec-  type:-      exitcode-stdio-1.0-  ghc-options:-      -Wall -Werror-  hs-source-dirs:-      src, test-  main-is:-      Spec.hs-  build-depends:-      base    == 4.*-    , template-haskell-    , haskell-src-meta--    , text-    , bytestring-    , hspec >= 1.5-    , QuickCheck-    , quickcheck-instances--test-suite doctests-  type:-      exitcode-stdio-1.0-  ghc-options:-      -Wall -Werror-  hs-source-dirs:-      test-  main-is:-      doctests.hs-  build-depends:-      base    == 4.*-    , doctest == 0.9.*+name:             interpolate
+version:          0.0.3
+x-revision: 1
+license:          MIT
+license-file:     LICENSE
+copyright:        (c) 2013 Simon Hengel
+author:           Simon Hengel <sol@typeful.net>
+maintainer:       Simon Hengel <sol@typeful.net>
+build-type:       Simple
+cabal-version:    >= 1.8
+category:         Data, Text
+stability:        experimental
+synopsis:         String interpolation done right
+description:      String interpolation done right
+
+source-repository head
+  type: git
+  location: https://github.com/sol/interpolate
+
+library
+  ghc-options:
+      -Wall
+  hs-source-dirs:
+      src
+  exposed-modules:
+      Data.String.Interpolate
+  other-modules:
+      Data.String.Interpolate.Util
+      Data.String.Interpolate.Parse
+      Data.String.Interpolate.Compat
+  build-depends:
+      base    == 4.*
+    , template-haskell
+    , haskell-src-meta < 0.8
+
+test-suite spec
+  type:
+      exitcode-stdio-1.0
+  ghc-options:
+      -Wall -Werror
+  hs-source-dirs:
+      src, test
+  main-is:
+      Spec.hs
+  build-depends:
+      base    == 4.*
+    , template-haskell
+    , haskell-src-meta
+
+    , text
+    , bytestring
+    , hspec >= 1.5
+    , QuickCheck
+    , quickcheck-instances
+
+test-suite doctests
+  type:
+      exitcode-stdio-1.0
+  ghc-options:
+      -Wall -Werror
+  hs-source-dirs:
+      test
+  main-is:
+      doctests.hs
+  build-depends:
+      base    == 4.*
+    , doctest == 0.9.*