-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathq4c12-xml-desc.cabal
57 lines (53 loc) · 1.95 KB
/
q4c12-xml-desc.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 695013aae1bfe25c82f87ed271e7be573f3446828f3354a153f2917e19c44600
name: q4c12-xml-desc
version: 0
homepage: https://github.com/quasicomputational/mega/tree/master/packages/xml-desc
bug-reports: https://github.com/quasicomputational/mega/issues
author: quasicomputational <[email protected]>
maintainer: quasicomputational <[email protected]>
license: (Apache-2.0 OR LGPL-2.1-or-later)
license-files: LICENSE.APACHE-2.0,
LICENSE.LGPL-2.1
build-type: Simple
extra-doc-files:
README.markdown
source-repository head
type: git
location: https://github.com/quasicomputational/mega
library
exposed-modules:
Q4C12.XMLDesc
Q4C12.XMLDesc.Class
Q4C12.XMLDesc.Parse
Q4C12.XMLDesc.Print
Q4C12.XMLDesc.RApplicative
Q4C12.XMLDesc.RELAX
Q4C12.XMLDesc.TH
hs-source-dirs:
src
default-extensions: BinaryLiterals DataKinds DeriveDataTypeable DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase EmptyDataDecls EmptyDataDeriving HexFloatLiterals LambdaCase KindSignatures MonoLocalBinds NegativeLiterals NumDecimals OverloadedStrings PatternGuards PostfixOperators StandaloneDeriving TypeOperators ViewPatterns
ghc-options: -Weverything -Wno-implicit-prelude -Wno-unsafe -Wno-safe -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-missing-exported-signatures
build-depends:
base
, containers
, dlist
, dlist-nonempty
, q4c12-position
, q4c12-prelude
, q4c12-twofinger
, q4c12-xml-core
, safe
, template-haskell
, text
, text-icu
, transformers
, writer-cps-transformers
mixins:
base hiding (Prelude)
, transformers hiding (Control.Monad.Trans.RWS, Control.Monad.Trans.Writer)
default-language: Haskell2010