Skip to content

Instantly share code, notes, and snippets.

@alogic0
Last active September 19, 2016 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alogic0/a64ece15868adc1dd389ffd919d21368 to your computer and use it in GitHub Desktop.
Save alogic0/a64ece15868adc1dd389ffd919d21368 to your computer and use it in GitHub Desktop.
buffer for copy/paste

ghcjs-boot --dev --ghcjs-boot-dev-branch ghc-8.0 --shims-dev-branch ghc-8.0 step2 min (max 3 4) 5

src/Reflex/Dom/Internal.hs:224:28-37: error:
    * Expecting one more argument to `SpiderHost'
      Expected kind `* -> *', but `SpiderHost' has kind `* -> * -> *'
    * In the second argument of `HasPostGui', namely `SpiderHost'
      In the instance declaration for
        `HasPostGui Spider SpiderHost SpiderHost'

src/Reflex/Dom/Internal.hs:224:39-48: error:
    * Expecting one more argument to `SpiderHost'
      Expected kind `* -> *', but `SpiderHost' has kind `* -> * -> *'
    * In the third argument of `HasPostGui', namely `SpiderHost'
      In the instance declaration for
        `HasPostGui Spider SpiderHost SpiderHost'
cabal: Leaving directory '.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment