-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobskura.cabal
44 lines (40 loc) · 1.03 KB
/
obskura.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: obskura
version: 0.1.0.0
homepage: https://github.com/githubuser/gardspirito#readme
bug-reports: https://github.com/githubuser/gardspirito/issues
maintainer: guardspirit@protonmail.com
copyright: 2021 obscurative.ru
license: BSD3
build-type: Simple
source-repository head
type: git
location: https://github.com/githubuser/gardspirito
executable obskura
main-is: Apl.hs
other-modules:
Datum
Lingvar
Paths_obskura
hs-source-dirs:
servil
ghc-options: -O2 -fllvm -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4
, bifunctors >=5.5
, bytestring >=0.10
, containers >=0.6
, filepath >=1.4
, json >=0.4
, mongoDB >=2
, network >=3
, persistent >=2
, persistent-mongoDB >=2
, template-haskell >=2
, text >=1
, yesod >=1
, yesod-core >=1
default-language: Haskell2010