-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathyesod-fast-devel.cabal
33 lines (30 loc) · 1.05 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
-- Initial yesod-fast-devel.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: yesod-fast-devel
version: 0.1.0.0
synopsis: File watcher and yesod-devel launcher for fast recompilation
-- description:
license: BSD3
license-file: LICENSE
author: Arne Link
maintainer: mail@arne-link.de
-- copyright:
category: Development
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable yesod-fast-devel
default-extensions: OverloadedStrings
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8
, fsnotify >= 0.1.0.0
, process >= 1.2.0.0
, temporary >= 1.2.0.0
, stm >= 2.1.1.0
, system-filepath
, text >= 1.2.0.0
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -O2 -threaded