-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathinterpolatedstring-perl6.cabal
31 lines (28 loc) · 1.05 KB
/
interpolatedstring-perl6.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: interpolatedstring-perl6
Version: 1.0.1
License: PublicDomain
License-file: LICENSE
Category: Data
Author: Audrey Tang
Copyright: Audrey Tang
Maintainer: Audrey Tang <[email protected]>
Stability: stable
Cabal-Version: >= 1.10
Build-Type: Custom
Synopsis: QuasiQuoter for Perl6-style multi-line interpolated strings
Description: QuasiQuoter for Perl6-style multi-line interpolated strings with \"q\", \"qq\" and \"qc\" support.
Data-Files: tests/Test.hs
Source-Repository head
type: git
location: git://github.com/audreyt/interpolatedstring-perl6.git
library
default-extensions: TemplateHaskell, TypeSynonymInstances, FlexibleInstances, UndecidableInstances, OverlappingInstances
default-language: Haskell2010
build-depends: base > 4 && < 5, template-haskell >= 2.5, haskell-src-meta >= 0.3, text, bytestring
hs-source-dirs: src
exposed-modules: Text.InterpolatedString.Perl6
custom-setup
setup-depends:
base >= 4 && < 5,
Cabal >= 1.10,
process