Avoid building the webapp on Debian architectures that do not yet have template haskell and thus yesod. (Should be available for arm soonish I hope).
This commit is contained in:
parent
b7df987adb
commit
5849c3f24b
4 changed files with 15 additions and 7 deletions
10
debian/control
vendored
10
debian/control
vendored
|
@ -22,10 +22,11 @@ Build-Depends:
|
|||
libghc-edit-distance-dev,
|
||||
libghc-hinotify-dev [linux-any],
|
||||
libghc-stm-dev (>= 2.3),
|
||||
libghc-dbus-dev,
|
||||
libghc-yesod-dev,
|
||||
libghc-yesod-static-dev,
|
||||
libghc-yesod-default-dev,
|
||||
libghc-dbus-dev [linux-any],
|
||||
libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
|
||||
libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
|
||||
libghc-yesod-default-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
|
||||
libghc-hamlet-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
|
||||
libghc-case-insensitive-dev,
|
||||
libghc-http-types-dev,
|
||||
libghc-transformers-dev,
|
||||
|
@ -35,7 +36,6 @@ Build-Depends:
|
|||
libghc-blaze-builder-dev,
|
||||
libghc-blaze-html-dev,
|
||||
libghc-crypto-api-dev,
|
||||
libghc-hamlet-dev,
|
||||
libghc-clientsession-dev,
|
||||
libghc-network-multicast-dev,
|
||||
libghc-network-info-dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue