-
Notifications
You must be signed in to change notification settings - Fork 0
/
prelude-polysemy.cabal
67 lines (59 loc) · 1.38 KB
/
prelude-polysemy.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
cabal-version: 2.2
name: prelude-polysemy
version: 0.1.0.0
synopsis: Common utils.
license: BSD-3-Clause
license-file: LICENSE
author: Ashesh Ambasta
maintainer: [email protected]
build-type: Simple
extra-source-files: CHANGELOG.md
library
hs-source-dirs: src
build-depends:
base-noprelude
, protolude
, monad-log
, polysemy
, text
, text-show
, lens
, aeson
, http-types >= 0.12.3
, pretty-simple
, time
, servant-server
, snowflake
exposed-modules:
Prelude
Prelude.Polysemy.ID
Prelude.Control.Log
Prelude.Control.Error
Prelude.Time
Paths_prelude_polysemy
-- other-modules: Paths_prelude
default-language: Haskell2010
default-extensions:
DeriveGeneric
FlexibleContexts
FlexibleInstances
GADTs
InstanceSigs
LambdaCase
MultiParamTypeClasses
NoImplicitPrelude
OverloadedStrings
PackageImports
RecordWildCards
ScopedTypeVariables
TupleSections
TypeApplications
TypeSynonymInstances
ViewPatterns
ghc-options: -Wall -threaded -Wno-unused-do-bind
if impl(ghcjs -any)
ghc-options: -dedupe
cpp-options: -DGHCJS_BROWSER
default-language: Haskell2010
if os(osx)
ghc-options: -dynamic