Make simple yesod project
This commit is contained in:
parent
b17c5d9d3d
commit
bd9586148c
4 changed files with 26 additions and 6 deletions
|
|
@ -1,10 +1,8 @@
|
|||
cabal-version: 1.18
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.2.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 057a536ac3d0fd40b3122084eee53201158527bbcd0dbac7cec33d8fd06cf208
|
||||
|
||||
name: props
|
||||
version: 0.1.0.0
|
||||
|
|
@ -29,6 +27,7 @@ library
|
|||
src
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, yesod
|
||||
default-language: Haskell2010
|
||||
|
||||
executable props
|
||||
|
|
@ -41,4 +40,5 @@ executable props
|
|||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, props
|
||||
, yesod
|
||||
default-language: Haskell2010
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue