packages feed

Cabal revisions of marvin-interpolate-1.1.1

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

revision 1
-name:                marvin-interpolate-version:             1.1.1-synopsis:            Compile time string interpolation a la Scala and CoffeeScript-description:         The documentation can be found on readthedocs <https://marvin.readthedocs.io/en/latest/interpolation.html>-homepage:            http://marvin.readthedocs.io/en/latest/interpolation.html-license:             BSD3-license-file:        LICENSE-author:              JustusAdam-maintainer:          dev@justus.science-copyright:           © 2016, 2017 Justus Adam-category:            Text-stability:           provisional-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Marvin.Interpolate-                     , Marvin.Interpolate.String-                     , Marvin.Interpolate.Text-                     , Marvin.Interpolate.All-                     , Marvin.Interpolate.Text.Lazy-  other-modules:       Util-  build-depends:       base >= 4.7 && < 5-                     , parsec >= 3.0-                     , template-haskell >= 2.9-                     , haskell-src-meta >= 0.6-                     , text >= 1.0-                     , mtl >= 2.2 && < 3-  default-language:    Haskell2010-  default-extensions:  FlexibleInstances-                     , OverloadedStrings-                     , TemplateHaskell-                     , UndecidableInstances--test-suite marvin-interpolate-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base >= 4.7 && < 5-                     , marvin-interpolate >= 1.0-                     , hspec >= 2-                     , text >= 1.0-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/JustusAdam/marvin-interpolate+name:                marvin-interpolate
+version:             1.1.1
+x-revision: 1
+synopsis:            Compile time string interpolation a la Scala and CoffeeScript
+description:         The documentation can be found on readthedocs <https://marvin.readthedocs.io/en/latest/interpolation.html>
+homepage:            http://marvin.readthedocs.io/en/latest/interpolation.html
+license:             BSD3
+license-file:        LICENSE
+author:              JustusAdam
+maintainer:          dev@justus.science
+copyright:           © 2016, 2017 Justus Adam
+category:            Text
+stability:           provisional
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Marvin.Interpolate
+                     , Marvin.Interpolate.String
+                     , Marvin.Interpolate.Text
+                     , Marvin.Interpolate.All
+                     , Marvin.Interpolate.Text.Lazy
+  other-modules:       Util
+  build-depends:       base >= 4.7 && < 5
+                     , parsec >= 3.0
+                     , template-haskell >= 2.9
+                     , haskell-src-meta >= 0.6 && < 0.8
+                     , text >= 1.0
+                     , mtl >= 2.2 && < 3
+  default-language:    Haskell2010
+  default-extensions:  FlexibleInstances
+                     , OverloadedStrings
+                     , TemplateHaskell
+                     , UndecidableInstances
+
+test-suite marvin-interpolate-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base >= 4.7 && < 5
+                     , marvin-interpolate >= 1.0
+                     , hspec >= 2
+                     , text >= 1.0
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/JustusAdam/marvin-interpolate