-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathq4c12-compose-key.cabal
50 lines (45 loc) · 2.19 KB
/
q4c12-compose-key.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
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: b2e37856b21686c789dbedf961a1f316c48ab86604165092f6197158626d3793
name: q4c12-compose-key
version: 0
homepage: https://github.com/quasicomputational/mega/tree/master/packages/compose-key
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
source-repository head
type: git
location: https://github.com/quasicomputational/mega
library
exposed-modules:
Q4C12.ComposeKey
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
default-language: Haskell2010
test-suite properties
type: exitcode-stdio-1.0
main-is: test/Properties.hs
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:
QuickCheck
, base
, containers
, lens
, lens-properties
, q4c12-compose-key
, tasty
, tasty-quickcheck
default-language: Haskell2010