remove deprecated hamlet package
shakespeare provides this now
This commit is contained in:
parent
260b59e589
commit
cf650eaa99
2 changed files with 3 additions and 4 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -38,8 +38,7 @@ 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-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-shakespeare-dev (>= 2.0.0) [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, hamlet, clientsession,
|
||||
blaze-builder, crypto-api, clientsession,
|
||||
template-haskell, aeson,
|
||||
shakespeare
|
||||
shakespeare (>= 2.0.0)
|
||||
CPP-Options: -DWITH_WEBAPP
|
||||
|
||||
if flag(Webapp) && flag (Webapp-secure)
|
||||
|
|
Loading…
Reference in a new issue