forked from Codas/fast-yesod-devel
-
Notifications
You must be signed in to change notification settings - Fork 3
/
yesod-fast-devel.cabal
46 lines (42 loc) · 1.26 KB
/
yesod-fast-devel.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
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: yesod-fast-devel
version: 0.1.2.0
synopsis: Fast live-reloading for yesod applications.
description: https://github.com/haskellbr/yesod-fast-devel
license: BSD3
license-file: LICENSE
author: Arne Link, Pedro Tacla Yamada
maintainer: [email protected]
category: Development
homepage: https://github.com/haskellbr/yesod-fast-devel#readme
bug-reports: https://github.com/haskellbr/yesod-fast-devel/issues
build-type: Simple
cabal-version: >= 1.10
data-files:
OriginalDevelMain.hs
PatchedDevelMain.hs
source-repository head
type: git
location: https://github.com/haskellbr/yesod-fast-devel
executable yesod-fast-devel
default-extensions: OverloadedStrings LambdaCase
main-is: Main.hs
build-depends:
Glob >=0.7
, ansi-terminal
, base >=4.7 && <5
, bytestring >=0.10.6.0
, directory >=1.2.2.0
, filepath >=1.4.0.0
, fsnotify >=0.1.0.0
, optparse-applicative
, process >=1.2.0.0
, pureMD5 >=2.1
, stm >=2.1.1.0
, system-filepath
, temporary >=1.2.0.0
, text >=1.2.0.0
default-language: Haskell2010
ghc-options: -threaded