-
Notifications
You must be signed in to change notification settings - Fork 6
/
Faketoshi.cabal
49 lines (45 loc) · 1.23 KB
/
Faketoshi.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
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 87763b2d0a1912e38b1c2c2fe373d729591ac21ffbc602c80769b6fc36d96f4c
name: Faketoshi
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/albacorelabs/Faketoshi#readme>
homepage: https://github.com/albacorelabs/Faketoshi#readme
bug-reports: https://github.com/albacorelabs/Faketoshi/issues
author: Albacore
maintainer: albacore.io
copyright: 2018 Albacore
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/albacorelabs/Faketoshi
library
exposed-modules:
Faketoshi
other-modules:
Paths_Faketoshi
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, cryptonite
default-language: Haskell2010
executable Faketoshi-exe
main-is: Main.hs
other-modules:
Paths_Faketoshi
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -dynamic -Wall -Werror
build-depends:
Faketoshi
, base >=4.7 && <5
, cryptonite
default-language: Haskell2010