name: marvin-interpolate
version: 0.3.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2016 Justus Adam
maintainer: dev@justus.science
homepage: http://marvin.readthedocs.io/en/latest/interpolation.html
synopsis: Compile time string interpolation a la Scala and CoffeeScript
description:
The official documentation can be found on readthedocs <https://marvin.readthedocs.io/en/latest/interpolation.html>
category: Text
author: JustusAdam
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/JustusAdam/marvin-interpolate
library
exposed-modules:
Marvin.Interpolate
Marvin.Interpolate.String
Marvin.Interpolate.Text
Marvin.Interpolate.All
Marvin.Interpolate.Text.Lazy
build-depends:
base >=4.7 && <5,
parsec >=3.1.11 && <3.2,
template-haskell >=2.11.0.0 && <2.12,
haskell-src-meta >=0.6.0.14 && <0.7,
text >=1.2.2.1 && <1.3,
mtl >=2.2.1 && <2.3
default-language: Haskell2010
hs-source-dirs: src
other-modules:
Util
test-suite marvin-interpolate-test
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends:
base >=4.9.0.0 && <4.10,
marvin-interpolate >=0.3.0 && <0.4,
hspec >=2.2.4 && <2.3,
text >=1.2.2.1 && <1.3
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N