Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions shakespeare.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ description:
.
Packages that use this: xml-hamlet
.
Please see the documentation at <http://www.yesodweb.com/book/shakespearean-templates> for more details.
Please see the documentation at <https://www.yesodweb.com/book/shakespearean-templates> for more details.

category: Web, Yesod
stability: Stable
cabal-version: >= 1.10
build-type: Simple
homepage: http://www.yesodweb.com/book/shakespearean-templates
homepage: https://www.yesodweb.com/book/shakespearean-templates
extra-source-files:
other-messages/*.msg
test-messages/*.msg
Expand All @@ -43,7 +43,6 @@ library
, parsec >= 2 && < 4
, text >= 0.7
, process >= 1.0
, ghc-prim
, bytestring >= 0.11.2
, directory >= 1.2
, aeson < 3
Expand Down