Skip to content

Instantly share code, notes, and snippets.

@jacobstanley
Created May 28, 2010 03:59
Show Gist options
  • Save jacobstanley/416727 to your computer and use it in GitHub Desktop.
Save jacobstanley/416727 to your computer and use it in GitHub Desktop.
Resolving dependencies...
Configuring snap-server-0.2.4...
Warning: 'hs-source-dirs: dist/build/autogen' directory does not exist.
Preprocessing library snap-server-0.2.4...
Building snap-server-0.2.4...
[1 of 8] Compiling Snap.Internal.Http.Parser ( src\Snap\Internal\Http\Parser.hs, dist\build\Snap\Int
ernal\Http\Parser.o )
src\Snap\Internal\Http\Parser.hs:114:4:
Couldn't match expected type `Iteratee IO a'
against inferred type `(a1, b)'
In the pattern: (i, _)
In a stmt of a 'do' expression: (i, _) <- unsafeBufferIteratee i'
In the expression:
do { i' <- wrap it;
(i, _) <- unsafeBufferIteratee i';
enum i }
cabal.exe: Error: some packages failed to install:
snap-server-0.2.4 failed during the building phase. The exception was:
ExitFailure 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment