Fix a broken cabal file
This commit is contained in:
parent
e514f9375c
commit
dabd9842f8
@ -30,8 +30,7 @@ Executable yesod-ajax
|
|||||||
|
|
||||||
Executable yesod-file-echo
|
Executable yesod-file-echo
|
||||||
Main-is: src/file-echo.lhs
|
Main-is: src/file-echo.lhs
|
||||||
Build-depends:
|
Build-depends: text >= 0.9 && < 0.12,
|
||||||
text >= 0.9 && < 0.12
|
|
||||||
yesod >= 0.9
|
yesod >= 0.9
|
||||||
|
|
||||||
Executable yesod-pretty-yaml
|
Executable yesod-pretty-yaml
|
||||||
@ -62,8 +61,8 @@ Executable yesod-form
|
|||||||
Executable yesod-persistent-synopsis
|
Executable yesod-persistent-synopsis
|
||||||
Main-is: synopsis/persistent.lhs
|
Main-is: synopsis/persistent.lhs
|
||||||
Build-depends: transformers >= 0.2.2 && < 0.3,
|
Build-depends: transformers >= 0.2.2 && < 0.3,
|
||||||
persistent-sqlite >= 0.6, && < 0.7
|
persistent-sqlite >= 0.6 && < 0.7,
|
||||||
persistent-template >= 0.6, && < 0.7
|
persistent-template >= 0.6 && < 0.7
|
||||||
|
|
||||||
Executable yesod-hamlet-synopsis
|
Executable yesod-hamlet-synopsis
|
||||||
Main-is: synopsis/hamlet.lhs
|
Main-is: synopsis/hamlet.lhs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user