transient-haskell / axiom

Client-side and server-side web framework over Transient and GHCJS (Haskell to JavaScript compiler)
Other
68 stars 5 forks source link

Todo #4

Closed geraldus closed 8 years ago

geraldus commented 8 years ago
geraldus commented 8 years ago

use packages from Stackage

Currently all our packages is in nightly Stackage snapshot. It is bound to GHC 8, but GHCJS built with it does not work properly yet.

This could be done when stack will be capable to install GHCJS with GHC 8 and GHCJS itself works.

geraldus commented 8 years ago

relax base dependency to allow version 5 too (remove upper bound) No need to allow base-5 because GHC 8 uses version 4.9.

geraldus commented 8 years ago

Closing this due to #6.