-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathq4c12-prelude.cabal
68 lines (64 loc) · 2.08 KB
/
q4c12-prelude.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
58
59
60
61
62
63
64
65
66
67
68
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: 61705772f77deeae0ffa48502e3c8dc8bc47288c59ff48ffa56a5a38056af44c
name: q4c12-prelude
version: 0
homepage: https://github.com/quasicomputational/mega/tree/master/packages/optic
bug-reports: https://github.com/quasicomputational/prelude/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/prelude
library
exposed-modules:
Prelude
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
, bifunctors
, bytestring
, containers
, deepseq
, directory
, dlist
, dlist-nonempty
, either
, filepath
, invariant
, kan-extensions
, lens
, monoidal-containers
, profunctors
, q4c12-foldable-utils
, q4c12-hlist
, q4c12-twofinger
, semialign
, semigroupoids
, template-haskell
, temporary
, text
, time
, time-compat
, transformers
, witherable
, writer-cps-transformers
mixins:
base hiding (Prelude)
, transformers hiding (Control.Monad.Trans.RWS, Control.Monad.Trans.Writer)
if !impl(ghc >= 8.6)
build-depends:
contravariant
default-language: Haskell2010