tomsmalley / semantic-reflex

🔧 Semantic UI for Haskell and Reflex-DOM
https://tomsmalley.github.io/semantic-reflex/
BSD 3-Clause Clear License
38 stars 13 forks source link

Bump reflex platform #28

Closed Ericson2314 closed 5 years ago

Ericson2314 commented 5 years ago

No more manual splice dumping needed.

Ericson2314 commented 5 years ago

The build is failing because ghcjs.hscolour is null in Nix. I believe this is a hack predating cross support in nixpkgs where hscolour would be nulled out so haddock wouldn't try to color the source with GHCJS-built hscolour. This hscolour = null should be removed from nixpkgs (master and 18.09), reflex-platform bumped, and then this PR re-CI'd.

Ericson2314 commented 5 years ago

Actually it's just reflex platform. Fixing in https://github.com/reflex-frp/reflex-platform/pull/413, and a yet-to-be-made Obelisk bump.