name: marvin-interpolate
version: 1.1.2
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
, 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