-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebcalculator.cabal
34 lines (29 loc) · 937 Bytes
/
webcalculator.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
name: webcalculator
version: 0.0.0
cabal-version: >= 1.8
build-type: Simple
extra-source-files: routes
executable webcalculator
main-is: Main.hs
other-modules: Application
Foundation
CalcStructure
Database.DBConnection
Handler.Add
Handler.Subtract
Handler.Multiply
Handler.Divide
Handler.Home
Handler.Calculations
ghc-options: -Wall -fwarn-tabs -O2
build-depends: base
, yesod
, yesod-core
, yesod-table
, yesod-form
, yesod-static
, time
, text
, sqlite-simple
, blaze-markup
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N