Revert "remove deprecated hamlet package"
This reverts commit cf650eaa99
.
It's too early to do this; the linux and android autobuilder will need to
be updated to use the new version of shakespeare, and that will require a
complete refresh of them. In the meantime, this has knocked the webapp out
of the autobuilders.
This commit is contained in:
parent
e33ee5d8f3
commit
e810564338
2 changed files with 4 additions and 3 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -38,7 +38,8 @@ Build-Depends:
|
|||
libghc-yesod-form-dev (>= 1.3.15) [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-yesod-static-dev (>= 1.2.4) [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-yesod-default-dev (>= 1.2.0) [i386 amd64 armel armhf kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-shakespeare-dev (>= 2.0.0) [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-hamlet-dev [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-shakespeare-dev [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-clientsession-dev [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-warp-dev (>= 3.0.0.5) [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
libghc-warp-tls-dev [i386 amd64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el],
|
||||
|
|
|
@ -227,9 +227,9 @@ Executable git-annex
|
|||
warp (>= 3.0.0.5),
|
||||
warp-tls,
|
||||
wai, wai-extra,
|
||||
blaze-builder, crypto-api, clientsession,
|
||||
blaze-builder, crypto-api, hamlet, clientsession,
|
||||
template-haskell, aeson,
|
||||
shakespeare (>= 2.0.0)
|
||||
shakespeare
|
||||
CPP-Options: -DWITH_WEBAPP
|
||||
|
||||
if flag(Webapp) && flag (Webapp-secure)
|
||||
|
|
Loading…
Reference in a new issue