-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheta-yesod-minimal.cabal
More file actions
42 lines (39 loc) · 878 Bytes
/
eta-yesod-minimal.cabal
File metadata and controls
42 lines (39 loc) · 878 Bytes
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
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: ac67c407513a064c947cc165fc33a02f16997d13308deefbb66fa9ee8590e3bb
name: yesod-minimal
version: 0.0.0
build-type: Simple
cabal-version: >= 1.10
library
exposed-modules:
Add
Application
Foundation
Home
other-modules:
Paths_yesod_minimal
hs-source-dirs:
src
build-depends:
base
, shakespeare
, template-haskell
, yesod-core
default-language: Haskell2010
executable yesod-minimal
main-is: Main.hs
other-modules:
Paths_yesod_minimal
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, shakespeare
, template-haskell
, yesod-core
, yesod-minimal
default-language: Haskell2010