b7c6a95929
Also re-added `servant-client` to `cabal.ghcjs.project`, setting `buildable: False` on tests as they don't run with GHCJS.
14 lines
335 B
Text
14 lines
335 B
Text
-- Using https://launchpad.net/~hvr/+archive/ubuntu/ghcjs
|
|
|
|
packages:
|
|
servant/
|
|
servant-client/
|
|
servant-client-core/
|
|
|
|
-- we need to tell cabal we are using GHCJS
|
|
compiler: ghcjs
|
|
tests: True
|
|
|
|
-- Constraints so that reflex-platform provided packages are selected.
|
|
constraints: attoparsec == 0.13.2.2
|
|
constraints: hashable == 1.3.0.0
|