cabal-version: 1.12
name: interpolatedstring-qq2
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: 2019 Sandy Maguire
maintainer: sandy@sandymaguire.me
author: Sandy Maguire
homepage: https://github.com/isovector/interpolatedstring-qq2#readme
bug-reports: https://github.com/isovector/interpolatedstring-qq2/issues
synopsis: QuasiQuoter for multi-line interpolated strings
description:
Please see the README on GitHub at <https://github.com/isovector/interpolatedstring-qq2#readme>
category: Data
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/isovector/interpolatedstring-qq2
library
exposed-modules:
Text.InterpolatedString.QQ2
hs-source-dirs: src
other-modules:
Paths_interpolatedstring_qq2
default-language: Haskell2010
default-extensions: TemplateHaskell TypeSynonymInstances
FlexibleInstances UndecidableInstances
build-depends:
base >=4.7 && <5,
bytestring >=0.10.8.2 && <0.11,
haskell-src-meta >=0.8.0.3 && <0.9,
template-haskell >=2.14.0.0 && <2.15,
text >=1.2.3.1 && <1.3
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: tests
other-modules:
Paths_interpolatedstring_qq2
default-language: Haskell2010
default-extensions: TemplateHaskell TypeSynonymInstances
FlexibleInstances UndecidableInstances
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit >=1.6.0.0 && <1.7,
base >=4.7 && <5,
bytestring >=0.10.8.2 && <0.11,
haskell-src-meta >=0.8.0.3 && <0.9,
interpolatedstring-qq2 -any,
template-haskell >=2.14.0.0 && <2.15,
text >=1.2.3.1 && <1.3