Skip to content

Instantly share code, notes, and snippets.

@eagleflo
Created April 25, 2011 01:27
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 eagleflo/940045 to your computer and use it in GitHub Desktop.
Save eagleflo/940045 to your computer and use it in GitHub Desktop.
Haskell web framework compilation issues with GHC 7.0.3 and Haskell Platform 2011.2.0.1 on Mac OS X 10.6.7 and Xcode 4
~/ $ cabal update
Downloading the latest package list from hackage.haskell.org
~/ $ cabal install snap
Resolving dependencies...
Downloading MonadCatchIO-mtl-0.3.0.2...
Configuring MonadCatchIO-mtl-0.3.0.2...
Preprocessing library MonadCatchIO-mtl-0.3.0.2...
Building MonadCatchIO-mtl-0.3.0.2...
[1 of 1] Compiling Control.Monad.CatchIO ( Control/Monad/CatchIO.hs, dist/build/Control/Monad/CatchIO.o )
Control/Monad/CatchIO.hs:13:1:
Warning: In the use of `E.block'
(imported from Control.Exception.Extensible, but defined in GHC.IO):
Deprecated: "use Control.Exception.mask instead"
Control/Monad/CatchIO.hs:13:1:
Warning: In the use of `E.unblock'
(imported from Control.Exception.Extensible, but defined in GHC.IO):
Deprecated: "use Control.Exception.mask instead"
Registering MonadCatchIO-mtl-0.3.0.2...
Installing library in /Users/aku/.cabal/lib/MonadCatchIO-mtl-0.3.0.2/ghc-7.0.3
Registering MonadCatchIO-mtl-0.3.0.2...
Downloading MonadCatchIO-transformers-0.2.2.2...
Configuring MonadCatchIO-transformers-0.2.2.2...
Preprocessing library MonadCatchIO-transformers-0.2.2.2...
Building MonadCatchIO-transformers-0.2.2.2...
[1 of 1] Compiling Control.Monad.CatchIO ( src/Control/Monad/CatchIO.hs, dist/build/Control/Monad/CatchIO.o )
src/Control/Monad/CatchIO.hs:21:1:
Warning: In the use of `E.block'
(imported from Control.Exception.Extensible, but defined in GHC.IO):
Deprecated: "use Control.Exception.mask instead"
src/Control/Monad/CatchIO.hs:21:1:
Warning: In the use of `E.unblock'
(imported from Control.Exception.Extensible, but defined in GHC.IO):
Deprecated: "use Control.Exception.mask instead"
Registering MonadCatchIO-transformers-0.2.2.2...
Installing library in
/Users/aku/.cabal/lib/MonadCatchIO-transformers-0.2.2.2/ghc-7.0.3
Registering MonadCatchIO-transformers-0.2.2.2...
Downloading PSQueue-1.1...
Configuring PSQueue-1.1...
Preprocessing library PSQueue-1.1...
Building PSQueue-1.1...
[1 of 1] Compiling Data.PSQueue ( Data/PSQueue.hs, dist/build/Data/PSQueue.o )
Registering PSQueue-1.1...
Installing library in /Users/aku/.cabal/lib/PSQueue-1.1/ghc-7.0.3
Registering PSQueue-1.1...
Downloading blaze-builder-0.2.1.4...
Configuring blaze-builder-0.2.1.4...
Preprocessing library blaze-builder-0.2.1.4...
Building blaze-builder-0.2.1.4...
[ 1 of 13] Compiling Blaze.ByteString.Builder.Internal.Types ( Blaze/ByteString/Builder/Internal/Types.hs, dist/build/Blaze/ByteString/Builder/Internal/Types.o )
[ 2 of 13] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o )
[ 3 of 13] Compiling Blaze.ByteString.Builder.Internal.Buffer ( Blaze/ByteString/Builder/Internal/Buffer.hs, dist/build/Blaze/ByteString/Builder/Internal/Buffer.o )
[ 4 of 13] Compiling Blaze.ByteString.Builder.Internal.UncheckedShifts ( Blaze/ByteString/Builder/Internal/UncheckedShifts.hs, dist/build/Blaze/ByteString/Builder/Internal/UncheckedShifts.o )
[ 5 of 13] Compiling Blaze.ByteString.Builder.Internal ( Blaze/ByteString/Builder/Internal.hs, dist/build/Blaze/ByteString/Builder/Internal.o )
[ 6 of 13] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o )
[ 7 of 13] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o )
[ 8 of 13] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o )
Blaze/ByteString/Builder/Word.hs:100:1:
Warning: The import of `GHC.Word' is redundant
except perhaps to import instances from `GHC.Word'
To import instances alone, use: import GHC.Word()
[ 9 of 13] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o )
[10 of 13] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o )
[11 of 13] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o )
[12 of 13] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o )
[13 of 13] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o )
Registering blaze-builder-0.2.1.4...
Installing library in /Users/aku/.cabal/lib/blaze-builder-0.2.1.4/ghc-7.0.3
Registering blaze-builder-0.2.1.4...
Configuring blaze-builder-enumerator-0.2.0.2...
Preprocessing library blaze-builder-enumerator-0.2.0.2...
Building blaze-builder-enumerator-0.2.0.2...
[1 of 1] Compiling Blaze.ByteString.Builder.Enumerator ( Blaze/ByteString/Builder/Enumerator.hs, dist/build/Blaze/ByteString/Builder/Enumerator.o )
Registering blaze-builder-enumerator-0.2.0.2...
Installing library in
/Users/aku/.cabal/lib/blaze-builder-enumerator-0.2.0.2/ghc-7.0.3
Registering blaze-builder-enumerator-0.2.0.2...
Configuring blaze-html-0.4.1.1...
Preprocessing library blaze-html-0.4.1.1...
Building blaze-html-0.4.1.1...
[ 1 of 14] Compiling Text.Blaze.Internal ( Text/Blaze/Internal.hs, dist/build/Text/Blaze/Internal.o )
[ 2 of 14] Compiling Text.Blaze.Html4.FrameSet.Attributes ( Text/Blaze/Html4/FrameSet/Attributes.hs, dist/build/Text/Blaze/Html4/FrameSet/Attributes.o )
[ 3 of 14] Compiling Text.Blaze.Html4.Strict.Attributes ( Text/Blaze/Html4/Strict/Attributes.hs, dist/build/Text/Blaze/Html4/Strict/Attributes.o )
[ 4 of 14] Compiling Text.Blaze.Html4.Transitional.Attributes ( Text/Blaze/Html4/Transitional/Attributes.hs, dist/build/Text/Blaze/Html4/Transitional/Attributes.o )
[ 5 of 14] Compiling Text.Blaze.Html5.Attributes ( Text/Blaze/Html5/Attributes.hs, dist/build/Text/Blaze/Html5/Attributes.o )
[ 6 of 14] Compiling Text.Blaze.Renderer.String ( Text/Blaze/Renderer/String.hs, dist/build/Text/Blaze/Renderer/String.o )
[ 7 of 14] Compiling Text.Blaze.Renderer.Pretty ( Text/Blaze/Renderer/Pretty.hs, dist/build/Text/Blaze/Renderer/Pretty.o )
[ 8 of 14] Compiling Text.Blaze.Renderer.Utf8 ( Text/Blaze/Renderer/Utf8.hs, dist/build/Text/Blaze/Renderer/Utf8.o )
[ 9 of 14] Compiling Text.Blaze.Renderer.Text ( Text/Blaze/Renderer/Text.hs, dist/build/Text/Blaze/Renderer/Text.o )
[10 of 14] Compiling Text.Blaze ( Text/Blaze.hs, dist/build/Text/Blaze.o )
Text/Blaze.hs:77:1:
Warning: In the use of `text'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Text/Blaze.hs:77:1:
Warning: In the use of `lazyText'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Text/Blaze.hs:77:1:
Warning: In the use of `string'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Text/Blaze.hs:77:1:
Warning: In the use of `textValue'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
Text/Blaze.hs:77:1:
Warning: In the use of `lazyTextValue'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
Text/Blaze.hs:77:1:
Warning: In the use of `stringValue'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
[11 of 14] Compiling Text.Blaze.Html4.FrameSet ( Text/Blaze/Html4/FrameSet.hs, dist/build/Text/Blaze/Html4/FrameSet.o )
[12 of 14] Compiling Text.Blaze.Html4.Strict ( Text/Blaze/Html4/Strict.hs, dist/build/Text/Blaze/Html4/Strict.o )
[13 of 14] Compiling Text.Blaze.Html4.Transitional ( Text/Blaze/Html4/Transitional.hs, dist/build/Text/Blaze/Html4/Transitional.o )
[14 of 14] Compiling Text.Blaze.Html5 ( Text/Blaze/Html5.hs, dist/build/Text/Blaze/Html5.o )
Registering blaze-html-0.4.1.1...
Installing library in /Users/aku/.cabal/lib/blaze-html-0.4.1.1/ghc-7.0.3
Registering blaze-html-0.4.1.1...
Downloading bytestring-mmap-0.2.1...
Configuring bytestring-mmap-0.2.1...
Preprocessing library bytestring-mmap-0.2.1...
Building bytestring-mmap-0.2.1...
[1 of 3] Compiling System.IO.Posix.MMap.Internal ( System/IO/Posix/MMap/Internal.hs, dist/build/System/IO/Posix/MMap/Internal.o )
In file included from /usr/local/Cellar/ghc/7.0.3/lib/ghc-7.0.3/include/Stg.h:230,
from /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/ghc50777_0/ghc50777_0.hc:3:0:
/usr/local/Cellar/ghc/7.0.3/lib/ghc-7.0.3/include/stg/Regs.h:177:0:
sorry, unimplemented: LLVM cannot handle register variable ‘R1’, report a bug
Downloading bytestring-nums-0.3.2...
Configuring bytestring-nums-0.3.2...
Preprocessing library bytestring-nums-0.3.2...
Preprocessing executables for bytestring-nums-0.3.2...
Building bytestring-nums-0.3.2...
[1 of 4] Compiling Data.ByteString.Nums.Careless.Hex ( Data/ByteString/Nums/Careless/Hex.hs, dist/build/Data/ByteString/Nums/Careless/Hex.o )
Data/ByteString/Nums/Careless/Hex.hs:14:1:
Warning: The import of `Data.Ratio' is redundant
except perhaps to import instances from `Data.Ratio'
To import instances alone, use: import Data.Ratio()
Data/ByteString/Nums/Careless/Hex.hs:16:1:
Warning: The import of `Data.ByteString.Char8' is redundant
except perhaps to import instances from `Data.ByteString.Char8'
To import instances alone, use: import Data.ByteString.Char8()
Data/ByteString/Nums/Careless/Hex.hs:102:1:
Warning: Top-level binding with no type signature:
strict_hex :: forall a. Num a => ByteString -> a
Data/ByteString/Nums/Careless/Hex.hs:104:1:
Warning: Top-level binding with no type signature:
lazy_hex :: forall a. Num a => Lazy.ByteString -> a
[2 of 4] Compiling Data.ByteString.Nums.Careless.Int ( Data/ByteString/Nums/Careless/Int.hs, dist/build/Data/ByteString/Nums/Careless/Int.o )
Data/ByteString/Nums/Careless/Int.hs:14:1:
Warning: The import of `Data.Ratio' is redundant
except perhaps to import instances from `Data.Ratio'
To import instances alone, use: import Data.Ratio()
Data/ByteString/Nums/Careless/Int.hs:95:1:
Warning: Top-level binding with no type signature:
lazy_signed :: forall a. Num a => Lazy.ByteString -> a
Data/ByteString/Nums/Careless/Int.hs:107:1:
Warning: Top-level binding with no type signature:
strict_signed :: forall a. Num a => ByteString -> a
Data/ByteString/Nums/Careless/Int.hs:114:1:
Warning: Top-level binding with no type signature:
positive :: forall a. Num a => a -> Word8 -> a
Data/ByteString/Nums/Careless/Int.hs:116:1:
Warning: Top-level binding with no type signature:
negative :: forall a. Num a => a -> Word8 -> a
[3 of 4] Compiling Data.ByteString.Nums.Careless.Float ( Data/ByteString/Nums/Careless/Float.hs, dist/build/Data/ByteString/Nums/Careless/Float.o )
Data/ByteString/Nums/Careless/Float.hs:11:1:
Warning: The import of `Data.Char' is redundant
except perhaps to import instances from `Data.Char'
To import instances alone, use: import Data.Char()
Data/ByteString/Nums/Careless/Float.hs:49:1:
Warning: Top-level binding with no type signature:
strict_float :: forall a. Fractional a => ByteString -> a
Data/ByteString/Nums/Careless/Float.hs:68:1:
Warning: Top-level binding with no type signature:
lazy_float :: forall a. Fractional a => Lazy.ByteString -> a
Data/ByteString/Nums/Careless/Float.hs:87:1:
Warning: Top-level binding with no type signature:
point :: Char -> Bool
[4 of 4] Compiling Data.ByteString.Nums.Careless ( Data/ByteString/Nums/Careless.hs, dist/build/Data/ByteString/Nums/Careless.o )
Registering bytestring-nums-0.3.2...
[1 of 5] Compiling Data.ByteString.Nums.Careless.Int ( Data/ByteString/Nums/Careless/Int.hs, dist/build/spoj-eugene/spoj-eugene-tmp/Data/ByteString/Nums/Careless/Int.o )
Data/ByteString/Nums/Careless/Int.hs:14:1:
Warning: The import of `Data.Ratio' is redundant
except perhaps to import instances from `Data.Ratio'
To import instances alone, use: import Data.Ratio()
Data/ByteString/Nums/Careless/Int.hs:95:1:
Warning: Top-level binding with no type signature:
lazy_signed :: forall a. Num a => Lazy.ByteString -> a
Data/ByteString/Nums/Careless/Int.hs:107:1:
Warning: Top-level binding with no type signature:
strict_signed :: forall a. Num a => ByteString -> a
Data/ByteString/Nums/Careless/Int.hs:114:1:
Warning: Top-level binding with no type signature:
positive :: forall a. Num a => a -> Word8 -> a
Data/ByteString/Nums/Careless/Int.hs:116:1:
Warning: Top-level binding with no type signature:
negative :: forall a. Num a => a -> Word8 -> a
[2 of 5] Compiling Data.ByteString.Nums.Careless.Float ( Data/ByteString/Nums/Careless/Float.hs, dist/build/spoj-eugene/spoj-eugene-tmp/Data/ByteString/Nums/Careless/Float.o )
Data/ByteString/Nums/Careless/Float.hs:11:1:
Warning: The import of `Data.Char' is redundant
except perhaps to import instances from `Data.Char'
To import instances alone, use: import Data.Char()
Data/ByteString/Nums/Careless/Float.hs:49:1:
Warning: Top-level binding with no type signature:
strict_float :: forall a. Fractional a => ByteString -> a
Data/ByteString/Nums/Careless/Float.hs:68:1:
Warning: Top-level binding with no type signature:
lazy_float :: forall a. Fractional a => Lazy.ByteString -> a
Data/ByteString/Nums/Careless/Float.hs:87:1:
Warning: Top-level binding with no type signature:
point :: Char -> Bool
[3 of 5] Compiling Data.ByteString.Nums.Careless.Hex ( Data/ByteString/Nums/Careless/Hex.hs, dist/build/spoj-eugene/spoj-eugene-tmp/Data/ByteString/Nums/Careless/Hex.o )
Data/ByteString/Nums/Careless/Hex.hs:14:1:
Warning: The import of `Data.Ratio' is redundant
except perhaps to import instances from `Data.Ratio'
To import instances alone, use: import Data.Ratio()
Data/ByteString/Nums/Careless/Hex.hs:16:1:
Warning: The import of `Data.ByteString.Char8' is redundant
except perhaps to import instances from `Data.ByteString.Char8'
To import instances alone, use: import Data.ByteString.Char8()
Data/ByteString/Nums/Careless/Hex.hs:102:1:
Warning: Top-level binding with no type signature:
strict_hex :: forall a. Num a => ByteString -> a
Data/ByteString/Nums/Careless/Hex.hs:104:1:
Warning: Top-level binding with no type signature:
lazy_hex :: forall a. Num a => Lazy.ByteString -> a
[4 of 5] Compiling Data.ByteString.Nums.Careless ( Data/ByteString/Nums/Careless.hs, dist/build/spoj-eugene/spoj-eugene-tmp/Data/ByteString/Nums/Careless.o )
[5 of 5] Compiling Main ( SPOJEugeneKirpichov.hs, dist/build/spoj-eugene/spoj-eugene-tmp/Main.o )
SPOJEugeneKirpichov.hs:11:1:
Warning: Top-level binding with no type signature: main :: IO ()
SPOJEugeneKirpichov.hs:13:7: Warning: Defined but not used: `n'
Linking dist/build/spoj-eugene/spoj-eugene ...
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog
Installing library in /Users/aku/.cabal/lib/bytestring-nums-0.3.2/ghc-7.0.3
Installing executable(s) in /Users/aku/.cabal/bin
Registering bytestring-nums-0.3.2...
Downloading directory-tree-0.10.0...
Configuring directory-tree-0.10.0...
Preprocessing library directory-tree-0.10.0...
Building directory-tree-0.10.0...
[1 of 1] Compiling System.Directory.Tree ( System/Directory/Tree.hs, dist/build/System/Directory/Tree.o )
System/Directory/Tree.hs:394:1:
Warning: Top-level binding with no type signature:
sortDirBy :: forall a.
(DirTree a -> DirTree a -> Ordering) -> DirTree a -> DirTree a
System/Directory/Tree.hs:424:1:
Warning: Top-level binding with no type signature:
comparingConstr :: forall a a1. DirTree a -> DirTree a1 -> Ordering
System/Directory/Tree.hs:479:1:
Warning: Defined but not used: `isFileC'
System/Directory/Tree.hs:483:1:
Warning: Defined but not used: `isDirC'
Registering directory-tree-0.10.0...
Installing library in /Users/aku/.cabal/lib/directory-tree-0.10.0/ghc-7.0.3
Registering directory-tree-0.10.0...
Downloading dlist-0.5...
Configuring dlist-0.5...
Preprocessing library dlist-0.5...
Building dlist-0.5...
[1 of 1] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o )
Registering dlist-0.5...
Installing library in /Users/aku/.cabal/lib/dlist-0.5/ghc-7.0.3
Registering dlist-0.5...
Downloading ghc-mtl-1.0.1.0...
Configuring ghc-mtl-1.0.1.0...
Preprocessing library ghc-mtl-1.0.1.0...
Building ghc-mtl-1.0.1.0...
[1 of 1] Compiling Control.Monad.Ghc ( Control/Monad/Ghc.hs, dist/build/Control/Monad/Ghc.o )
Registering ghc-mtl-1.0.1.0...
Installing library in /Users/aku/.cabal/lib/ghc-mtl-1.0.1.0/ghc-7.0.3
Registering ghc-mtl-1.0.1.0...
Downloading hint-0.3.3.2...
Configuring hint-0.3.3.2...
Preprocessing library hint-0.3.3.2...
Building hint-0.3.3.2...
[ 1 of 22] Compiling Hint.SignalHandlers ( src/Hint/SignalHandlers.hs, dist/build/Hint/SignalHandlers.o )
[ 2 of 22] Compiling Hint.Util ( src/Hint/Util.hs, dist/build/Hint/Util.o )
[ 3 of 22] Compiling Hint.GHC ( src/Hint/GHC.hs, dist/build/Hint/GHC.o )
[ 4 of 22] Compiling Hint.Compat ( src/Hint/Compat.hs, dist/build/Hint/Compat.o )
[ 5 of 22] Compiling Hint.Extension ( src/Hint/Extension.hs, dist/build/Hint/Extension.o )
[ 6 of 22] Compiling Language.Haskell.Interpreter.Extension ( src/Language/Haskell/Interpreter/Extension.hs, dist/build/Language/Haskell/Interpreter/Extension.o )
[ 7 of 22] Compiling Hint.Base ( src/Hint/Base.hs, dist/build/Hint/Base.o )
[ 8 of 22] Compiling Hint.Annotations ( src/Hint/Annotations.hs, dist/build/Hint/Annotations.o )
[ 9 of 22] Compiling Hint.Configuration ( src/Hint/Configuration.hs, dist/build/Hint/Configuration.o )
[10 of 22] Compiling Hint.Reflection ( src/Hint/Reflection.hs, dist/build/Hint/Reflection.o )
[11 of 22] Compiling Hint.Typecheck[boot] ( src/Hint/Typecheck.hs-boot, dist/build/Hint/Typecheck.o-boot )
[12 of 22] Compiling Hint.Conversions ( src/Hint/Conversions.hs, dist/build/Hint/Conversions.o )
[13 of 22] Compiling Hint.Context ( src/Hint/Context.hs, dist/build/Hint/Context.o )
[14 of 22] Compiling Hint.InterpreterT ( src/Hint/InterpreterT.hs, dist/build/Hint/InterpreterT.o )
[15 of 22] Compiling Language.Haskell.Interpreter.Unsafe ( src/Language/Haskell/Interpreter/Unsafe.hs, dist/build/Language/Haskell/Interpreter/Unsafe.o )
[16 of 22] Compiling Language.Haskell.Interpreter.GHC.Unsafe ( src/Language/Haskell/Interpreter/GHC/Unsafe.hs, dist/build/Language/Haskell/Interpreter/GHC/Unsafe.o )
[17 of 22] Compiling Hint.Parsers ( src/Hint/Parsers.hs, dist/build/Hint/Parsers.o )
[18 of 22] Compiling Hint.Sandbox ( src/Hint/Sandbox.hs, dist/build/Hint/Sandbox.o )
[19 of 22] Compiling Hint.Typecheck ( src/Hint/Typecheck.hs, dist/build/Hint/Typecheck.o )
[20 of 22] Compiling Hint.Eval ( src/Hint/Eval.hs, dist/build/Hint/Eval.o )
[21 of 22] Compiling Language.Haskell.Interpreter ( src/Language/Haskell/Interpreter.hs, dist/build/Language/Haskell/Interpreter.o )
[22 of 22] Compiling Language.Haskell.Interpreter.GHC ( src/Language/Haskell/Interpreter/GHC.hs, dist/build/Language/Haskell/Interpreter/GHC.o )
Registering hint-0.3.3.2...
Installing library in /Users/aku/.cabal/lib/hint-0.3.3.2/ghc-7.0.3
Registering hint-0.3.3.2...
Downloading murmur-hash-0.1.0.2...
Configuring murmur-hash-0.1.0.2...
Preprocessing library murmur-hash-0.1.0.2...
Building murmur-hash-0.1.0.2...
[1 of 2] Compiling Data.Digest.Murmur64 ( Data/Digest/Murmur64.hs, dist/build/Data/Digest/Murmur64.o )
[2 of 2] Compiling Data.Digest.Murmur32 ( Data/Digest/Murmur32.hs, dist/build/Data/Digest/Murmur32.o )
Registering murmur-hash-0.1.0.2...
Installing library in /Users/aku/.cabal/lib/murmur-hash-0.1.0.2/ghc-7.0.3
Registering murmur-hash-0.1.0.2...
Downloading vector-algorithms-0.4...
Configuring vector-algorithms-0.4...
Preprocessing library vector-algorithms-0.4...
Building vector-algorithms-0.4...
[1 of 8] Compiling Data.Vector.Algorithms.Common ( Data/Vector/Algorithms/Common.hs, dist/build/Data/Vector/Algorithms/Common.o )
[2 of 8] Compiling Data.Vector.Algorithms.Radix ( Data/Vector/Algorithms/Radix.hs, dist/build/Data/Vector/Algorithms/Radix.o )
[3 of 8] Compiling Data.Vector.Algorithms.Search ( Data/Vector/Algorithms/Search.hs, dist/build/Data/Vector/Algorithms/Search.o )
[4 of 8] Compiling Data.Vector.Algorithms.Optimal ( Data/Vector/Algorithms/Optimal.hs, dist/build/Data/Vector/Algorithms/Optimal.o )
[5 of 8] Compiling Data.Vector.Algorithms.Insertion ( Data/Vector/Algorithms/Insertion.hs, dist/build/Data/Vector/Algorithms/Insertion.o )
[6 of 8] Compiling Data.Vector.Algorithms.TriHeap ( Data/Vector/Algorithms/TriHeap.hs, dist/build/Data/Vector/Algorithms/TriHeap.o )
[7 of 8] Compiling Data.Vector.Algorithms.Intro ( Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o )
[8 of 8] Compiling Data.Vector.Algorithms.Merge ( Data/Vector/Algorithms/Merge.hs, dist/build/Data/Vector/Algorithms/Merge.o )
Registering vector-algorithms-0.4...
Installing library in /Users/aku/.cabal/lib/vector-algorithms-0.4/ghc-7.0.3
Registering vector-algorithms-0.4...
Downloading xmlhtml-0.1.3...
Configuring xmlhtml-0.1.3...
Preprocessing library xmlhtml-0.1.3...
Building xmlhtml-0.1.3...
[ 1 of 10] Compiling Text.XmlHtml.HTML.Meta ( src/Text/XmlHtml/HTML/Meta.hs, dist/build/Text/XmlHtml/HTML/Meta.o )
[ 2 of 10] Compiling Text.XmlHtml.Common ( src/Text/XmlHtml/Common.hs, dist/build/Text/XmlHtml/Common.o )
[ 3 of 10] Compiling Text.XmlHtml.TextParser ( src/Text/XmlHtml/TextParser.hs, dist/build/Text/XmlHtml/TextParser.o )
[ 4 of 10] Compiling Text.XmlHtml.XML.Parse ( src/Text/XmlHtml/XML/Parse.hs, dist/build/Text/XmlHtml/XML/Parse.o )
[ 5 of 10] Compiling Text.XmlHtml.XML.Render ( src/Text/XmlHtml/XML/Render.hs, dist/build/Text/XmlHtml/XML/Render.o )
[ 6 of 10] Compiling Text.XmlHtml.HTML.Parse ( src/Text/XmlHtml/HTML/Parse.hs, dist/build/Text/XmlHtml/HTML/Parse.o )
[ 7 of 10] Compiling Text.XmlHtml.HTML.Render ( src/Text/XmlHtml/HTML/Render.hs, dist/build/Text/XmlHtml/HTML/Render.o )
[ 8 of 10] Compiling Text.XmlHtml ( src/Text/XmlHtml.hs, dist/build/Text/XmlHtml.o )
[ 9 of 10] Compiling Text.XmlHtml.Cursor ( src/Text/XmlHtml/Cursor.hs, dist/build/Text/XmlHtml/Cursor.o )
[10 of 10] Compiling Text.Blaze.Renderer.XmlHtml ( src/Text/Blaze/Renderer/XmlHtml.hs, dist/build/Text/Blaze/Renderer/XmlHtml.o )
Registering xmlhtml-0.1.3...
Installing library in /Users/aku/.cabal/lib/xmlhtml-0.1.3/ghc-7.0.3
Registering xmlhtml-0.1.3...
Downloading heist-0.5.1.1...
Configuring heist-0.5.1.1...
Preprocessing library heist-0.5.1.1...
Building heist-0.5.1.1...
[ 1 of 12] Compiling Text.Templating.Heist.Types ( src/Text/Templating/Heist/Types.hs, dist/build/Text/Templating/Heist/Types.o )
[ 2 of 12] Compiling Text.Templating.Heist.Splices.Ignore ( src/Text/Templating/Heist/Splices/Ignore.hs, dist/build/Text/Templating/Heist/Splices/Ignore.o )
[ 3 of 12] Compiling Text.Templating.Heist.Splices.Markdown ( src/Text/Templating/Heist/Splices/Markdown.hs, dist/build/Text/Templating/Heist/Splices/Markdown.o )
[ 4 of 12] Compiling Text.Templating.Heist.Internal ( src/Text/Templating/Heist/Internal.hs, dist/build/Text/Templating/Heist/Internal.o )
[ 5 of 12] Compiling Text.Templating.Heist.Splices.Apply ( src/Text/Templating/Heist/Splices/Apply.hs, dist/build/Text/Templating/Heist/Splices/Apply.o )
src/Text/Templating/Heist/Splices/Apply.hs:6:1:
Warning: The import of `Data.Text' is redundant
except perhaps to import instances from `Data.Text'
To import instances alone, use: import Data.Text()
src/Text/Templating/Heist/Splices/Apply.hs:29:1:
Warning: Top-level binding with no type signature:
rawApply :: forall (m :: * -> *).
Monad m =>
[X.Node] -> TPath -> [X.Node] -> TemplateMonad m Template
[ 6 of 12] Compiling Text.Templating.Heist.Splices.Bind ( src/Text/Templating/Heist/Splices/Bind.hs, dist/build/Text/Templating/Heist/Splices/Bind.o )
[ 7 of 12] Compiling Text.Templating.Heist.Splices.Html ( src/Text/Templating/Heist/Splices/Html.hs, dist/build/Text/Templating/Heist/Splices/Html.o )
[ 8 of 12] Compiling Text.Templating.Heist.Splices.Static ( src/Text/Templating/Heist/Splices/Static.hs, dist/build/Text/Templating/Heist/Splices/Static.o )
[ 9 of 12] Compiling Text.Templating.Heist.Splices.Cache ( src/Text/Templating/Heist/Splices/Cache.hs, dist/build/Text/Templating/Heist/Splices/Cache.o )
SpecConstr
Function `$wa{v XrhM} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhI} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhM} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhI} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhM} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhI} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v srf2} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhM} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XrhI} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v srf2} [lid]'
has two call patterns, but the limit is 1
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
[10 of 12] Compiling Text.Templating.Heist.Splices ( src/Text/Templating/Heist/Splices.hs, dist/build/Text/Templating/Heist/Splices.o )
src/Text/Templating/Heist/Splices.hs:12:1:
Warning: The import of `Text.Templating.Heist.Splices.Cache' is redundant
except perhaps to import instances from `Text.Templating.Heist.Splices.Cache'
To import instances alone, use: import Text.Templating.Heist.Splices.Cache()
[11 of 12] Compiling Text.Templating.Heist ( src/Text/Templating/Heist.hs, dist/build/Text/Templating/Heist.o )
[12 of 12] Compiling Text.Templating.Heist.TemplateDirectory ( src/Text/Templating/Heist/TemplateDirectory.hs, dist/build/Text/Templating/Heist/TemplateDirectory.o )
Registering heist-0.5.1.1...
Installing library in /Users/aku/.cabal/lib/heist-0.5.1.1/ghc-7.0.3
Registering heist-0.5.1.1...
cabal: Error: some packages failed to install:
bytestring-mmap-0.2.1 failed during the building phase. The exception was:
ExitFailure 1
snap-0.4.1 depends on bytestring-mmap-0.2.1 which failed to install.
snap-core-0.4.1 depends on bytestring-mmap-0.2.1 which failed to install.
snap-server-0.4.1 depends on bytestring-mmap-0.2.1 which failed to install.
# The solution is to force GHC to use native code generation:
~/ $ cabal install utf8-light --ghc-options=-fasm
$ cabal install yesod
Resolving dependencies...
Downloading hamlet-0.8.2...
Configuring hamlet-0.8.2...
Preprocessing library hamlet-0.8.2...
Building hamlet-0.8.2...
[ 1 of 14] Compiling Text.MkSizeType ( Text/MkSizeType.hs, dist/build/Text/MkSizeType.o )
[ 2 of 14] Compiling Text.Shakespeare ( Text/Shakespeare.hs, dist/build/Text/Shakespeare.o )
[ 3 of 14] Compiling Text.Hamlet.Parse ( Text/Hamlet/Parse.hs, dist/build/Text/Hamlet/Parse.o )
Text/Hamlet/Parse.hs:113:13:
Warning: A do-notation statement discarded a result of type String.
Suppress this warning by saying "_ <- ($) try string "!--"",
or by using the flag -fno-warn-unused-do-bind
[ 4 of 14] Compiling Text.Hamlet.Quasi ( Text/Hamlet/Quasi.hs, dist/build/Text/Hamlet/Quasi.o )
[ 5 of 14] Compiling Text.Css ( Text/Css.hs, dist/build/Text/Css.o )
[ 6 of 14] Compiling Text.Cassius ( Text/Cassius.hs, dist/build/Text/Cassius.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[ 7 of 14] Compiling Text.Lucius ( Text/Lucius.hs, dist/build/Text/Lucius.o )
Text/Lucius.hs:154:9:
Warning: A do-notation statement discarded a result of type String.
Suppress this warning by saying "_ <- ($) try string "@media "",
or by using the flag -fno-warn-unused-do-bind
[ 8 of 14] Compiling Text.Romeo ( Text/Romeo.hs, dist/build/Text/Romeo.o )
[ 9 of 14] Compiling Text.Julius ( Text/Julius.hs, dist/build/Text/Julius.o )
[10 of 14] Compiling Text.Coffee ( Text/Coffee.hs, dist/build/Text/Coffee.o )
[11 of 14] Compiling Text.Hamlet.RT ( Text/Hamlet/RT.hs, dist/build/Text/Hamlet/RT.o )
Text/Hamlet/RT.hs:64:5:
Warning: Pattern match(es) are non-exhaustive
In an equation for `convert':
Patterns not matched:
DocWith _ _
DocContent (ContentMsg _)
[12 of 14] Compiling Text.Hamlet.Debug ( Text/Hamlet/Debug.hs, dist/build/Text/Hamlet/Debug.o )
[13 of 14] Compiling Text.Hamlet.NonPoly ( Text/Hamlet/NonPoly.hs, dist/build/Text/Hamlet/NonPoly.o )
Text/Hamlet/NonPoly.hs:35:1:
Warning: The import of `Data.Monoid' is redundant
except perhaps to import instances from `Data.Monoid'
To import instances alone, use: import Data.Monoid()
Text/Hamlet/NonPoly.hs:43:1:
Warning: The import of `Control.Applicative' is redundant
except perhaps to import instances from `Control.Applicative'
To import instances alone, use: import Control.Applicative()
Text/Hamlet/NonPoly.hs:44:1:
Warning: The import of `Control.Monad' is redundant
except perhaps to import instances from `Control.Monad'
To import instances alone, use: import Control.Monad()
Text/Hamlet/NonPoly.hs:168:9:
Warning: Pattern match(es) are non-exhaustive
In an equation for `em':
Patterns not matched:
(Env Nothing _) _
(Env (Just _) (Just _)) _
Text/Hamlet/NonPoly.hs:169:24:
Warning: This binding for `ur' shadows the existing binding
bound at Text/Hamlet/NonPoly.hs:160:9
Text/Hamlet/NonPoly.hs:187:9:
Warning: Pattern match(es) are non-exhaustive
In an equation for `em':
Patterns not matched:
(Env Nothing _) _
(Env (Just _) Nothing) _
Text/Hamlet/NonPoly.hs:188:24:
Warning: This binding for `ur' shadows the existing binding
bound at Text/Hamlet/NonPoly.hs:178:9
[14 of 14] Compiling Text.Hamlet ( Text/Hamlet.hs, dist/build/Text/Hamlet.o )
Registering hamlet-0.8.2...
Installing library in /Users/aku/.cabal/lib/hamlet-0.8.2/ghc-7.0.3
Registering hamlet-0.8.2...
Downloading web-routes-quasi-0.7.0.1...
Configuring web-routes-quasi-0.7.0.1...
Preprocessing library web-routes-quasi-0.7.0.1...
Preprocessing executables for web-routes-quasi-0.7.0.1...
Building web-routes-quasi-0.7.0.1...
[1 of 4] Compiling Web.Routes.Quasi.Classes ( Web/Routes/Quasi/Classes.hs, dist/build/Web/Routes/Quasi/Classes.o )
[2 of 4] Compiling Web.Routes.Quasi.Parse ( Web/Routes/Quasi/Parse.hs, dist/build/Web/Routes/Quasi/Parse.o )
Web/Routes/Quasi/Parse.hs:23:15:
Warning: Fields of `QuasiQuoter' not initialised: quoteType,
quoteDec
In the expression: QuasiQuoter {quoteExp = x, quotePat = y}
In an equation for `parseRoutes':
parseRoutes
= QuasiQuoter {quoteExp = x, quotePat = y}
where
x s
= do { let ...;
.... }
y = dataToPatQ (const Nothing) . resourcesFromString
Web/Routes/Quasi/Parse.hs:53:22:
Warning: Fields of `QuasiQuoter' not initialised: quoteType,
quoteDec
In the expression: QuasiQuoter {quoteExp = x, quotePat = y}
In an equation for `parseRoutesNoCheck':
parseRoutesNoCheck
= QuasiQuoter {quoteExp = x, quotePat = y}
where
x = lift . resourcesFromString
y = dataToPatQ (const Nothing) . resourcesFromString
[3 of 4] Compiling Web.Routes.Quasi.TH ( Web/Routes/Quasi/TH.hs, dist/build/Web/Routes/Quasi/TH.o )
[4 of 4] Compiling Web.Routes.Quasi ( Web/Routes/Quasi.hs, dist/build/Web/Routes/Quasi.o )
Registering web-routes-quasi-0.7.0.1...
Installing library in /Users/aku/.cabal/lib/web-routes-quasi-0.7.0.1/ghc-7.0.3
Registering web-routes-quasi-0.7.0.1...
Configuring persistent-template-0.5.0...
Preprocessing library persistent-template-0.5.0...
Building persistent-template-0.5.0...
[1 of 1] Compiling Database.Persist.TH ( Database/Persist/TH.hs, dist/build/Database/Persist/TH.o )
Registering persistent-template-0.5.0...
Installing library in
/Users/aku/.cabal/lib/persistent-template-0.5.0/ghc-7.0.3
Registering persistent-template-0.5.0...
Downloading yesod-core-0.8.2...
Configuring yesod-core-0.8.2...
Preprocessing library yesod-core-0.8.2...
Preprocessing executables for yesod-core-0.8.2...
Building yesod-core-0.8.2...
[ 1 of 13] Compiling Yesod.Internal.Session ( Yesod/Internal/Session.hs, dist/build/Yesod/Internal/Session.o )
[ 2 of 13] Compiling Paths_yesod_core ( dist/build/autogen/Paths_yesod_core.hs, dist/build/Paths_yesod_core.o )
[ 3 of 13] Compiling Yesod.Internal ( Yesod/Internal.hs, dist/build/Yesod/Internal.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package web-routes-quasi-0.7.0.1 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package blaze-builder-enumerator-0.2.0.2 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package zlib-0.5.3.1 ... linking ... done.
Loading package zlib-bindings-0.0.0 ... linking ... done.
Loading package wai-extra-0.4.0 ... linking ... done.
Loading package base-unicode-symbols-0.2.1.5 ... linking ... done.
Loading package monad-control-0.2.0.1 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package hamlet-0.8.2 ... linking ... done.
Loading package cookie-0.2.1 ... linking ... done.
Loading package random-1.0.0.3 ... linking ... done.
Loading package clientsession-0.6.0 ... linking ... done.
Loading package cereal-0.3.1.0 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[ 4 of 13] Compiling Yesod.Internal.Request ( Yesod/Internal/Request.hs, dist/build/Yesod/Internal/Request.o )
[ 5 of 13] Compiling Yesod.Message ( Yesod/Message.hs, dist/build/Yesod/Message.o )
[ 6 of 13] Compiling Yesod.Content ( Yesod/Content.hs, dist/build/Yesod/Content.o )
[ 7 of 13] Compiling Yesod.Handler ( Yesod/Handler.hs, dist/build/Yesod/Handler.o )
[ 8 of 13] Compiling Yesod.Request ( Yesod/Request.hs, dist/build/Yesod/Request.o )
[ 9 of 13] Compiling Yesod.Widget ( Yesod/Widget.hs, dist/build/Yesod/Widget.o )
[10 of 13] Compiling Yesod.Internal.Core ( Yesod/Internal/Core.hs, dist/build/Yesod/Internal/Core.o )
[11 of 13] Compiling Yesod.Internal.Dispatch ( Yesod/Internal/Dispatch.hs, dist/build/Yesod/Internal/Dispatch.o )
[12 of 13] Compiling Yesod.Dispatch ( Yesod/Dispatch.hs, dist/build/Yesod/Dispatch.o )
[13 of 13] Compiling Yesod.Core ( Yesod/Core.hs, dist/build/Yesod/Core.o )
Registering yesod-core-0.8.2...
Installing library in /Users/aku/.cabal/lib/yesod-core-0.8.2/ghc-7.0.3
Registering yesod-core-0.8.2...
Configuring yesod-json-0.1.0...
Preprocessing library yesod-json-0.1.0...
Building yesod-json-0.1.0...
[1 of 1] Compiling Yesod.Json ( Yesod/Json.hs, dist/build/Yesod/Json.o )
Registering yesod-json-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-json-0.1.0/ghc-7.0.3
Registering yesod-json-0.1.0...
Configuring yesod-persistent-0.1.0...
Preprocessing library yesod-persistent-0.1.0...
Building yesod-persistent-0.1.0...
[1 of 1] Compiling Yesod.Persist ( Yesod/Persist.hs, dist/build/Yesod/Persist.o )
Registering yesod-persistent-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-persistent-0.1.0/ghc-7.0.3
Registering yesod-persistent-0.1.0...
Configuring yesod-form-0.1.0...
Preprocessing library yesod-form-0.1.0...
Building yesod-form-0.1.0...
[1 of 8] Compiling Yesod.Form.Core ( Yesod/Form/Core.hs, dist/build/Yesod/Form/Core.o )
[2 of 8] Compiling Yesod.Form.Profiles ( Yesod/Form/Profiles.hs, dist/build/Yesod/Form/Profiles.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package base-unicode-symbols-0.2.1.5 ... linking ... done.
Loading package monad-control-0.2.0.1 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package stm-2.2.0.1 ... linking ... done.
Loading package pool-0.1.0.2 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package persistent-0.5.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package web-routes-quasi-0.7.0.1 ... linking ... done.
Loading package persistent-template-0.5.0 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package cereal-0.3.1.0 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package random-1.0.0.3 ... linking ... done.
Loading package clientsession-0.6.0 ... linking ... done.
Loading package cookie-0.2.1 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package hamlet-0.8.2 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package blaze-builder-enumerator-0.2.0.2 ... linking ... done.
Loading package zlib-0.5.3.1 ... linking ... done.
Loading package zlib-bindings-0.0.0 ... linking ... done.
Loading package wai-extra-0.4.0 ... linking ... done.
Loading package yesod-core-0.8.2 ... linking ... done.
Loading package yesod-persistent-0.1.0 ... linking ... done.
Loading package tagsoup-0.12 ... linking ... done.
Loading package utf8-string-0.3.6 ... linking ... done.
Loading package xss-sanitize-0.2.6 ... linking ... done.
Loading package ranges-0.2.3 ... linking ... done.
Loading package email-validate-0.2.6 ... linking ... done.
Loading package data-default-0.2.0.1 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[3 of 8] Compiling Yesod.Form.Jquery ( Yesod/Form/Jquery.hs, dist/build/Yesod/Form/Jquery.o )
[4 of 8] Compiling Yesod.Form.Nic ( Yesod/Form/Nic.hs, dist/build/Yesod/Form/Nic.o )
[5 of 8] Compiling Yesod.Form.Fields ( Yesod/Form/Fields.hs, dist/build/Yesod/Form/Fields.o )
[6 of 8] Compiling Yesod.Form.Class ( Yesod/Form/Class.hs, dist/build/Yesod/Form/Class.o )
[7 of 8] Compiling Yesod.Form ( Yesod/Form.hs, dist/build/Yesod/Form.o )
[8 of 8] Compiling Yesod.Helpers.Crud ( Yesod/Helpers/Crud.hs, dist/build/Yesod/Helpers/Crud.o )
Registering yesod-form-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-form-0.1.0/ghc-7.0.3
Registering yesod-form-0.1.0...
Configuring yesod-auth-0.4.0...
Preprocessing library yesod-auth-0.4.0...
Building yesod-auth-0.4.0...
[1 of 8] Compiling Yesod.Helpers.Auth ( Yesod/Helpers/Auth.hs, dist/build/Yesod/Helpers/Auth.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package attoparsec-0.8.5.3 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package hashable-1.1.1.0 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package syb-0.3 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package unordered-containers-0.1.2.0 ... linking ... done.
Loading package primitive-0.3.1 ... linking ... done.
Loading package vector-0.7.0.1 ... linking ... done.
Loading package aeson-0.3.2.4 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package cereal-0.3.1.0 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package random-1.0.0.3 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package clientsession-0.6.0 ... linking ... done.
Loading package cookie-0.2.1 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package hamlet-0.8.2 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package base-unicode-symbols-0.2.1.5 ... linking ... done.
Loading package monad-control-0.2.0.1 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package blaze-builder-enumerator-0.2.0.2 ... linking ... done.
Loading package zlib-0.5.3.1 ... linking ... done.
Loading package zlib-bindings-0.0.0 ... linking ... done.
Loading package wai-extra-0.4.0 ... linking ... done.
Loading package web-routes-quasi-0.7.0.1 ... linking ... done.
Loading package yesod-core-0.8.2 ... linking ... done.
Loading package yesod-json-0.1.0 ... linking ... done.
Loading package data-default-0.2.0.1 ... linking ... done.
Loading package ranges-0.2.3 ... linking ... done.
Loading package email-validate-0.2.6 ... linking ... done.
Loading package stm-2.2.0.1 ... linking ... done.
Loading package pool-0.1.0.2 ... linking ... done.
Loading package persistent-0.5.0 ... linking ... done.
Loading package tagsoup-0.12 ... linking ... done.
Loading package utf8-string-0.3.6 ... linking ... done.
Loading package xss-sanitize-0.2.6 ... linking ... done.
Loading package persistent-template-0.5.0 ... linking ... done.
Loading package yesod-persistent-0.1.0 ... linking ... done.
Loading package yesod-form-0.1.0 ... linking ... done.
Loading package dataenc-0.14 ... linking ... done.
Loading package mime-mail-0.3.0 ... linking ... done.
Loading package attempt-0.3.0 ... linking ... done.
Loading package control-monad-attempt-0.3.0 ... linking ... done.
Loading package binary-0.5.0.2 ... linking ... done.
Loading package SHA-1.4.1.3 ... linking ... done.
Loading package largeword-1.0.0 ... linking ... done.
Loading package tagged-0.2 ... linking ... done.
Loading package crypto-api-0.6.1 ... linking ... done.
Loading package pureMD5-2.1.0.3 ... linking ... done.
Loading package RSA-1.0.6.1 ... linking ... done.
Loading package base64-bytestring-0.1.0.2 ... linking ... done.
Loading package attoparsec-enumerator-0.2.0.3 ... linking ... done.
Loading package asn1-data-0.4.6 ... linking ... done.
Loading package certificate-0.7.0 ... linking ... done.
Loading package cryptocipher-0.2.8 ... linking ... done.
Loading package cryptohash-0.7.0 ... linking ... done.
Loading package tls-0.5.1 ... linking ... done.
Loading package tls-extra-0.1.9 ... linking ... done.
Loading package zlib-enum-0.2.1 ... linking ... done.
Loading package http-enumerator-0.6.0.2 ... linking ... done.
Loading package xml-1.3.8 ... linking ... done.
Loading package authenticate-0.9.0 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
Yesod/Helpers/Auth.hs:134:1:
Ambiguous occurrence `Texts'
It could refer to either `Yesod.Helpers.Auth.Texts',
defined at Yesod/Helpers/Auth.hs:132:6
or `Yesod.Core.Texts',
imported from Yesod.Core at Yesod/Helpers/Auth.hs:25:1-17
Configuring yesod-static-0.1.0...
Preprocessing library yesod-static-0.1.0...
Preprocessing executables for yesod-static-0.1.0...
Building yesod-static-0.1.0...
[1 of 1] Compiling Yesod.Helpers.Static ( Yesod/Helpers/Static.hs, dist/build/Yesod/Helpers/Static.o )
Registering yesod-static-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-static-0.1.0/ghc-7.0.3
Registering yesod-static-0.1.0...
cabal: Error: some packages failed to install:
yesod-0.8.1 depends on yesod-auth-0.4.0 which failed to install.
yesod-auth-0.4.0 failed during the building phase. The exception was:
ExitFailure 1
$
~/ $ cabal update
Downloading the latest package list from hackage.haskell.org
~/ $ cabal install yesod
Resolving dependencies...
Downloading attoparsec-0.8.5.3...
Configuring attoparsec-0.8.5.3...
Preprocessing library attoparsec-0.8.5.3...
Building attoparsec-0.8.5.3...
[1 of 8] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o )
[2 of 8] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o )
[3 of 8] Compiling Data.Attoparsec.FastSet ( Data/Attoparsec/FastSet.hs, dist/build/Data/Attoparsec/FastSet.o )
[4 of 8] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o )
[5 of 8] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o )
[6 of 8] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o )
[7 of 8] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o )
[8 of 8] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o )
Registering attoparsec-0.8.5.3...
Installing library in /Users/aku/.cabal/lib/attoparsec-0.8.5.3/ghc-7.0.3
Registering attoparsec-0.8.5.3...
Downloading attoparsec-text-0.8.5.0...
Configuring attoparsec-text-0.8.5.0...
Preprocessing library attoparsec-text-0.8.5.0...
Building attoparsec-text-0.8.5.0...
[1 of 4] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.o )
[2 of 4] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o )
[3 of 4] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o )
[4 of 4] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o )
Registering attoparsec-text-0.8.5.0...
Installing library in /Users/aku/.cabal/lib/attoparsec-text-0.8.5.0/ghc-7.0.3
Registering attoparsec-text-0.8.5.0...
Downloading base-unicode-symbols-0.2.1.5...
Configuring base-unicode-symbols-0.2.1.5...
Preprocessing library base-unicode-symbols-0.2.1.5...
Building base-unicode-symbols-0.2.1.5...
[ 1 of 12] Compiling Data.Ord.Unicode ( Data/Ord/Unicode.hs, dist/build/Data/Ord/Unicode.o )
[ 2 of 12] Compiling Data.Monoid.Unicode ( Data/Monoid/Unicode.hs, dist/build/Data/Monoid/Unicode.o )
[ 3 of 12] Compiling Data.List.Unicode ( Data/List/Unicode.hs, dist/build/Data/List/Unicode.o )
[ 4 of 12] Compiling Data.Function.Unicode ( Data/Function/Unicode.hs, dist/build/Data/Function/Unicode.o )
[ 5 of 12] Compiling Data.Foldable.Unicode ( Data/Foldable/Unicode.hs, dist/build/Data/Foldable/Unicode.o )
[ 6 of 12] Compiling Data.Eq.Unicode ( Data/Eq/Unicode.hs, dist/build/Data/Eq/Unicode.o )
[ 7 of 12] Compiling Data.Bool.Unicode ( Data/Bool/Unicode.hs, dist/build/Data/Bool/Unicode.o )
[ 8 of 12] Compiling Prelude.Unicode ( Prelude/Unicode.hs, dist/build/Prelude/Unicode.o )
[ 9 of 12] Compiling Control.Monad.Unicode ( Control/Monad/Unicode.hs, dist/build/Control/Monad/Unicode.o )
[10 of 12] Compiling Control.Applicative.Unicode ( Control/Applicative/Unicode.hs, dist/build/Control/Applicative/Unicode.o )
[11 of 12] Compiling Control.Category.Unicode ( Control/Category/Unicode.hs, dist/build/Control/Category/Unicode.o )
[12 of 12] Compiling Control.Arrow.Unicode ( Control/Arrow/Unicode.hs, dist/build/Control/Arrow/Unicode.o )
Registering base-unicode-symbols-0.2.1.5...
Installing library in
/Users/aku/.cabal/lib/base-unicode-symbols-0.2.1.5/ghc-7.0.3
Registering base-unicode-symbols-0.2.1.5...
Downloading base64-bytestring-0.1.0.2...
Configuring base64-bytestring-0.1.0.2...
Preprocessing library base64-bytestring-0.1.0.2...
Building base64-bytestring-0.1.0.2...
[1 of 1] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o )
Registering base64-bytestring-0.1.0.2...
Installing library in
/Users/aku/.cabal/lib/base64-bytestring-0.1.0.2/ghc-7.0.3
Registering base64-bytestring-0.1.0.2...
Downloading binary-0.5.0.2...
Configuring binary-0.5.0.2...
Preprocessing library binary-0.5.0.2...
Building binary-0.5.0.2...
[1 of 4] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o )
src/Data/Binary/Builder.hs:2:16:
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Builder.hs:60:1:
Warning: The import of `Data.Word' is redundant
except perhaps to import instances from `Data.Word'
To import instances alone, use: import Data.Word()
src/Data/Binary/Builder.hs:70:1:
Warning: The import of `Data.ByteString.Lazy.Internal' is redundant
except perhaps to import instances from `Data.ByteString.Lazy.Internal'
To import instances alone, use: import Data.ByteString.Lazy.Internal()
src/Data/Binary/Get.hs:2:16:
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
[2 of 4] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o )
src/Data/Binary/Get.hs:99:1:
Warning: The import of `GHC.Int' is redundant
except perhaps to import instances from `GHC.Int'
To import instances alone, use: import GHC.Int()
[3 of 4] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o )
src/Data/Binary/Put.hs:67:16:
Warning: Ignoring unusable UNPACK pragma on the
second argument of `PairS'
In the definition of data constructor `PairS'
In the data type declaration for `PairS'
[4 of 4] Compiling Data.Binary ( src/Data/Binary.hs, dist/build/Data/Binary.o )
src/Data/Binary.hs:66:1:
Warning: The import of `System.IO' is redundant
except perhaps to import instances from `System.IO'
To import instances alone, use: import System.IO()
Registering binary-0.5.0.2...
Installing library in /Users/aku/.cabal/lib/binary-0.5.0.2/ghc-7.0.3
Registering binary-0.5.0.2...
Downloading SHA-1.4.1.3...
Configuring SHA-1.4.1.3...
Preprocessing library SHA-1.4.1.3...
Preprocessing executables for SHA-1.4.1.3...
Building SHA-1.4.1.3...
[1 of 1] Compiling Data.Digest.Pure.SHA ( Data/Digest/Pure/SHA.hs, dist/build/Data/Digest/Pure/SHA.o )
Registering SHA-1.4.1.3...
Installing library in /Users/aku/.cabal/lib/SHA-1.4.1.3/ghc-7.0.3
Registering SHA-1.4.1.3...
Downloading blaze-builder-0.3.0.0...
Configuring blaze-builder-0.3.0.0...
Preprocessing library blaze-builder-0.3.0.0...
Building blaze-builder-0.3.0.0...
[ 1 of 13] Compiling Blaze.ByteString.Builder.Internal.Types ( Blaze/ByteString/Builder/Internal/Types.hs, dist/build/Blaze/ByteString/Builder/Internal/Types.o )
[ 2 of 13] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o )
[ 3 of 13] Compiling Blaze.ByteString.Builder.Internal.Buffer ( Blaze/ByteString/Builder/Internal/Buffer.hs, dist/build/Blaze/ByteString/Builder/Internal/Buffer.o )
[ 4 of 13] Compiling Blaze.ByteString.Builder.Internal.UncheckedShifts ( Blaze/ByteString/Builder/Internal/UncheckedShifts.hs, dist/build/Blaze/ByteString/Builder/Internal/UncheckedShifts.o )
[ 5 of 13] Compiling Blaze.ByteString.Builder.Internal ( Blaze/ByteString/Builder/Internal.hs, dist/build/Blaze/ByteString/Builder/Internal.o )
[ 6 of 13] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o )
[ 7 of 13] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o )
[ 8 of 13] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o )
Blaze/ByteString/Builder/Word.hs:100:1:
Warning: The import of `GHC.Word' is redundant
except perhaps to import instances from `GHC.Word'
To import instances alone, use: import GHC.Word()
[ 9 of 13] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o )
[10 of 13] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o )
[11 of 13] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o )
[12 of 13] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o )
[13 of 13] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o )
Registering blaze-builder-0.3.0.0...
Installing library in /Users/aku/.cabal/lib/blaze-builder-0.3.0.0/ghc-7.0.3
Registering blaze-builder-0.3.0.0...
Downloading blaze-html-0.4.1.1...
Configuring blaze-html-0.4.1.1...
Preprocessing library blaze-html-0.4.1.1...
Building blaze-html-0.4.1.1...
[ 1 of 14] Compiling Text.Blaze.Internal ( Text/Blaze/Internal.hs, dist/build/Text/Blaze/Internal.o )
[ 2 of 14] Compiling Text.Blaze.Html4.FrameSet.Attributes ( Text/Blaze/Html4/FrameSet/Attributes.hs, dist/build/Text/Blaze/Html4/FrameSet/Attributes.o )
[ 3 of 14] Compiling Text.Blaze.Html4.Strict.Attributes ( Text/Blaze/Html4/Strict/Attributes.hs, dist/build/Text/Blaze/Html4/Strict/Attributes.o )
[ 4 of 14] Compiling Text.Blaze.Html4.Transitional.Attributes ( Text/Blaze/Html4/Transitional/Attributes.hs, dist/build/Text/Blaze/Html4/Transitional/Attributes.o )
[ 5 of 14] Compiling Text.Blaze.Html5.Attributes ( Text/Blaze/Html5/Attributes.hs, dist/build/Text/Blaze/Html5/Attributes.o )
[ 6 of 14] Compiling Text.Blaze.Renderer.String ( Text/Blaze/Renderer/String.hs, dist/build/Text/Blaze/Renderer/String.o )
[ 7 of 14] Compiling Text.Blaze.Renderer.Pretty ( Text/Blaze/Renderer/Pretty.hs, dist/build/Text/Blaze/Renderer/Pretty.o )
[ 8 of 14] Compiling Text.Blaze.Renderer.Utf8 ( Text/Blaze/Renderer/Utf8.hs, dist/build/Text/Blaze/Renderer/Utf8.o )
[ 9 of 14] Compiling Text.Blaze.Renderer.Text ( Text/Blaze/Renderer/Text.hs, dist/build/Text/Blaze/Renderer/Text.o )
[10 of 14] Compiling Text.Blaze ( Text/Blaze.hs, dist/build/Text/Blaze.o )
Text/Blaze.hs:77:1:
Warning: In the use of `text'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Text/Blaze.hs:77:1:
Warning: In the use of `lazyText'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Text/Blaze.hs:77:1:
Warning: In the use of `string'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Text/Blaze.hs:77:1:
Warning: In the use of `textValue'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
Text/Blaze.hs:77:1:
Warning: In the use of `lazyTextValue'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
Text/Blaze.hs:77:1:
Warning: In the use of `stringValue'
(imported from Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
[11 of 14] Compiling Text.Blaze.Html4.FrameSet ( Text/Blaze/Html4/FrameSet.hs, dist/build/Text/Blaze/Html4/FrameSet.o )
[12 of 14] Compiling Text.Blaze.Html4.Strict ( Text/Blaze/Html4/Strict.hs, dist/build/Text/Blaze/Html4/Strict.o )
[13 of 14] Compiling Text.Blaze.Html4.Transitional ( Text/Blaze/Html4/Transitional.hs, dist/build/Text/Blaze/Html4/Transitional.o )
[14 of 14] Compiling Text.Blaze.Html5 ( Text/Blaze/Html5.hs, dist/build/Text/Blaze/Html5.o )
Registering blaze-html-0.4.1.1...
Installing library in /Users/aku/.cabal/lib/blaze-html-0.4.1.1/ghc-7.0.3
Registering blaze-html-0.4.1.1...
Downloading case-insensitive-0.2.0.1...
Configuring case-insensitive-0.2.0.1...
Preprocessing library case-insensitive-0.2.0.1...
Building case-insensitive-0.2.0.1...
[1 of 1] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o )
Registering case-insensitive-0.2.0.1...
Installing library in /Users/aku/.cabal/lib/case-insensitive-0.2.0.1/ghc-7.0.3
Registering case-insensitive-0.2.0.1...
Downloading cereal-0.3.1.0...
Configuring cereal-0.3.1.0...
Preprocessing library cereal-0.3.1.0...
Building cereal-0.3.1.0...
[1 of 4] Compiling Data.Serialize.Builder ( src/Data/Serialize/Builder.hs, dist/build/Data/Serialize/Builder.o )
src/Data/Serialize/Builder.hs:64:1:
Warning: The import of `Data.ByteString.Lazy.Internal' is redundant
except perhaps to import instances from `Data.ByteString.Lazy.Internal'
To import instances alone, use: import Data.ByteString.Lazy.Internal()
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o )
src/Data/Serialize/Put.hs:70:1:
Warning: The import of `Data.Ix' is redundant
except perhaps to import instances from `Data.Ix'
To import instances alone, use: import Data.Ix()
src/Data/Serialize/Put.hs:86:16:
Warning: Ignoring unusable UNPACK pragma on the
second argument of `PairS'
In the definition of data constructor `PairS'
In the data type declaration for `PairS'
[3 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o )
[4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o )
Registering cereal-0.3.1.0...
Installing library in /Users/aku/.cabal/lib/cereal-0.3.1.0/ghc-7.0.3
Registering cereal-0.3.1.0...
Downloading clientsession-0.6.0...
Configuring clientsession-0.6.0...
Preprocessing library clientsession-0.6.0...
Preprocessing executables for clientsession-0.6.0...
Building clientsession-0.6.0...
[1 of 1] Compiling Web.ClientSession ( Web/ClientSession.hs, dist/build/Web/ClientSession.o )
Registering clientsession-0.6.0...
Installing library in /Users/aku/.cabal/lib/clientsession-0.6.0/ghc-7.0.3
Registering clientsession-0.6.0...
Downloading cookie-0.2.1...
Configuring cookie-0.2.1...
Preprocessing library cookie-0.2.1...
Building cookie-0.2.1...
[1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.o )
Registering cookie-0.2.1...
Installing library in /Users/aku/.cabal/lib/cookie-0.2.1/ghc-7.0.3
Registering cookie-0.2.1...
Downloading data-default-0.2.0.1...
Configuring data-default-0.2.0.1...
Preprocessing library data-default-0.2.0.1...
Building data-default-0.2.0.1...
[1 of 1] Compiling Data.Default ( Data/Default.hs, dist/build/Data/Default.o )
Registering data-default-0.2.0.1...
Installing library in /Users/aku/.cabal/lib/data-default-0.2.0.1/ghc-7.0.3
Registering data-default-0.2.0.1...
Downloading dataenc-0.14...
Configuring dataenc-0.14...
Preprocessing library dataenc-0.14...
Preprocessing executables for dataenc-0.14...
Building dataenc-0.14...
[ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.o )
[ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.o )
[ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.o )
[ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.o )
[ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.o )
[ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.o )
[ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.o )
[ 8 of 14] Compiling Codec.Binary.Uu ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.o )
[ 9 of 14] Compiling Codec.Binary.Xx ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.o )
[10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.o )
[11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.o )
[12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.o )
[13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.o )
[14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.o )
Registering dataenc-0.14...
Installing library in /Users/aku/.cabal/lib/dataenc-0.14/ghc-7.0.3
Registering dataenc-0.14...
Downloading enumerator-0.4.9.1...
Configuring enumerator-0.4.9.1...
Preprocessing library enumerator-0.4.9.1...
Building enumerator-0.4.9.1...
[1 of 8] Compiling Data.Enumerator.Util ( hs/Data/Enumerator/Util.hs, dist/build/Data/Enumerator/Util.o )
[2 of 8] Compiling Data.Enumerator[boot] ( hs/Data/Enumerator.hs-boot, dist/build/Data/Enumerator.o-boot )
[3 of 8] Compiling Data.Enumerator.List[boot] ( hs/Data/Enumerator/List.hs-boot, dist/build/Data/Enumerator/List.o-boot )
[4 of 8] Compiling Data.Enumerator ( hs/Data/Enumerator.hs, dist/build/Data/Enumerator.o )
[5 of 8] Compiling Data.Enumerator.List ( hs/Data/Enumerator/List.hs, dist/build/Data/Enumerator/List.o )
[6 of 8] Compiling Data.Enumerator.Binary ( hs/Data/Enumerator/Binary.hs, dist/build/Data/Enumerator/Binary.o )
hs/Data/Enumerator/Binary.hs:456:25:
Warning: This binding for `eof' shadows the existing binding
bound at hs/Data/Enumerator/Binary.hs:451:29
hs/Data/Enumerator/Binary.hs:528:17:
Warning: This binding for `rem' shadows the existing binding
imported from Prelude at hs/Data/Enumerator/Binary.hs:80:1-45
[7 of 8] Compiling Data.Enumerator.Text ( hs/Data/Enumerator/Text.hs, dist/build/Data/Enumerator/Text.o )
SpecConstr
Function `$wa{v shhm} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v shhm} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XhmX} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XhmT} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XhmT} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XhmP} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v shhS} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v shhS} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v XhnA} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v Xhnw} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v Xhnw} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$wa{v Xhns} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `$j_shmd{v} [lid]'
has five call patterns, but the limit is 3
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
hs/Data/Enumerator/Text.hs:477:25:
Warning: This binding for `eof' shadows the existing binding
bound at hs/Data/Enumerator/Text.hs:472:29
[8 of 8] Compiling Data.Enumerator.IO ( hs/Data/Enumerator/IO.hs, dist/build/Data/Enumerator/IO.o )
Registering enumerator-0.4.9.1...
Installing library in /Users/aku/.cabal/lib/enumerator-0.4.9.1/ghc-7.0.3
Registering enumerator-0.4.9.1...
Downloading attoparsec-enumerator-0.2.0.3...
Configuring attoparsec-enumerator-0.2.0.3...
Preprocessing library attoparsec-enumerator-0.2.0.3...
Building attoparsec-enumerator-0.2.0.3...
[1 of 1] Compiling Data.Attoparsec.Enumerator ( Data/Attoparsec/Enumerator.hs, dist/build/Data/Attoparsec/Enumerator.o )
Registering attoparsec-enumerator-0.2.0.3...
Installing library in
/Users/aku/.cabal/lib/attoparsec-enumerator-0.2.0.3/ghc-7.0.3
Registering attoparsec-enumerator-0.2.0.3...
Downloading asn1-data-0.4.6...
Configuring asn1-data-0.4.6...
Preprocessing library asn1-data-0.4.6...
Preprocessing executables for asn1-data-0.4.6...
Building asn1-data-0.4.6...
[1 of 8] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.o )
[2 of 8] Compiling Data.ASN1.Raw ( Data/ASN1/Raw.hs, dist/build/Data/ASN1/Raw.o )
Data/ASN1/Raw.hs:33:1:
Warning: In the use of `E.head'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.List.head' instead"
Data/ASN1/Raw.hs:33:1:
Warning: In the use of `consume'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.List.consume' instead"
Data/ASN1/Raw.hs:34:1:
Warning: Module `Data.Enumerator.IO' is deprecated:
Use 'Data.Enumerator.Binary' instead
Data/ASN1/Raw.hs:34:1:
Warning: In the use of `enumFile'
(imported from Data.Enumerator.IO):
Deprecated: "Use 'Data.Enumerator.Binary' instead"
[3 of 8] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.o )
[4 of 8] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.o )
[5 of 8] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.o )
[6 of 8] Compiling Data.ASN1.BER ( Data/ASN1/BER.hs, dist/build/Data/ASN1/BER.o )
Data/ASN1/BER.hs:60:1:
Warning: Module `Data.Enumerator.IO' is deprecated:
Use 'Data.Enumerator.Binary' instead
Data/ASN1/BER.hs:60:1:
Warning: In the use of `enumFile'
(imported from Data.Enumerator.IO):
Deprecated: "Use 'Data.Enumerator.Binary' instead"
Data/ASN1/BER.hs:62:1:
Warning: In the use of `E.head'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.List.head' instead"
Data/ASN1/BER.hs:62:1:
Warning: In the use of `E.map'
(imported from Data.Enumerator):
Deprecated: "Use Data.Enumerator.List.map instead"
Data/ASN1/BER.hs:62:1:
Warning: In the use of `E.concatMap'
(imported from Data.Enumerator):
Deprecated: "Use Data.Enumerator.List.concatMap instead"
Data/ASN1/BER.hs:62:1:
Warning: In the use of `E.consume'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.List.consume' instead"
Data/ASN1/BER.hs:62:1:
Warning: In the use of `E.liftI'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.continue' instead"
[7 of 8] Compiling Data.ASN1.CER ( Data/ASN1/CER.hs, dist/build/Data/ASN1/CER.o )
Data/ASN1/CER.hs:24:1:
Warning: In the use of `BER.decodeASN1'
(imported from Data.ASN1.BER):
Deprecated: "use stream types with decodeASN1Stream"
Data/ASN1/CER.hs:24:1:
Warning: In the use of `BER.decodeASN1s'
(imported from Data.ASN1.BER):
Deprecated: "use stream types with decodeASN1Stream"
Data/ASN1/CER.hs:24:1:
Warning: In the use of `BER.encodeASN1'
(imported from Data.ASN1.BER):
Deprecated: "use stream types with encodeASN1Stream"
Data/ASN1/CER.hs:24:1:
Warning: In the use of `BER.encodeASN1s'
(imported from Data.ASN1.BER):
Deprecated: "use stream types with encodeASN1Stream"
[8 of 8] Compiling Data.ASN1.DER ( Data/ASN1/DER.hs, dist/build/Data/ASN1/DER.o )
Data/ASN1/DER.hs:64:1:
Warning: Module `Data.Enumerator.IO' is deprecated:
Use 'Data.Enumerator.Binary' instead
Data/ASN1/DER.hs:64:1:
Warning: In the use of `enumFile'
(imported from Data.Enumerator.IO):
Deprecated: "Use 'Data.Enumerator.Binary' instead"
Data/ASN1/DER.hs:65:1:
Warning: In the use of `E.head'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.List.head' instead"
Data/ASN1/DER.hs:65:1:
Warning: In the use of `E.consume'
(imported from Data.Enumerator):
Deprecated: "Use 'Data.Enumerator.List.consume' instead"
Registering asn1-data-0.4.6...
Installing library in /Users/aku/.cabal/lib/asn1-data-0.4.6/ghc-7.0.3
Registering asn1-data-0.4.6...
Downloading blaze-builder-enumerator-0.2.0.2...
Configuring blaze-builder-enumerator-0.2.0.2...
Preprocessing library blaze-builder-enumerator-0.2.0.2...
Building blaze-builder-enumerator-0.2.0.2...
[1 of 1] Compiling Blaze.ByteString.Builder.Enumerator ( Blaze/ByteString/Builder/Enumerator.hs, dist/build/Blaze/ByteString/Builder/Enumerator.o )
Registering blaze-builder-enumerator-0.2.0.2...
Installing library in
/Users/aku/.cabal/lib/blaze-builder-enumerator-0.2.0.2/ghc-7.0.3
Registering blaze-builder-enumerator-0.2.0.2...
Downloading certificate-0.7.0...
Configuring certificate-0.7.0...
Preprocessing library certificate-0.7.0...
Preprocessing executables for certificate-0.7.0...
Building certificate-0.7.0...
[1 of 7] Compiling Data.Certificate.KeyRSA ( Data/Certificate/KeyRSA.hs, dist/build/Data/Certificate/KeyRSA.o )
[2 of 7] Compiling Data.Certificate.KeyDSA ( Data/Certificate/KeyDSA.hs, dist/build/Data/Certificate/KeyDSA.o )
[3 of 7] Compiling Data.Certificate.PEM ( Data/Certificate/PEM.hs, dist/build/Data/Certificate/PEM.o )
[4 of 7] Compiling Data.Certificate.X509Internal ( Data/Certificate/X509Internal.hs, dist/build/Data/Certificate/X509Internal.o )
[5 of 7] Compiling Data.Certificate.X509Cert ( Data/Certificate/X509Cert.hs, dist/build/Data/Certificate/X509Cert.o )
Data/Certificate/X509Cert.hs:246:29:
Warning: Defined but not used: `sig'
Data/Certificate/X509Cert.hs:358:1:
Warning: Pattern match(es) are non-exhaustive
In an equation for `encodePK':
Patterns not matched:
PubKeyDH _
PubKeyECDSA _
[6 of 7] Compiling Data.Certificate.X509 ( Data/Certificate/X509.hs, dist/build/Data/Certificate/X509.o )
[7 of 7] Compiling System.Certificate.X509 ( System/Certificate/X509.hs, dist/build/System/Certificate/X509.o )
Registering certificate-0.7.0...
Installing library in /Users/aku/.cabal/lib/certificate-0.7.0/ghc-7.0.3
Registering certificate-0.7.0...
Downloading failure-0.1.0.1...
Configuring failure-0.1.0.1...
Preprocessing library failure-0.1.0.1...
Building failure-0.1.0.1...
[1 of 1] Compiling Control.Failure ( Control/Failure.hs, dist/build/Control/Failure.o )
Registering failure-0.1.0.1...
Installing library in /Users/aku/.cabal/lib/failure-0.1.0.1/ghc-7.0.3
Registering failure-0.1.0.1...
Downloading attempt-0.3.0...
Configuring attempt-0.3.0...
Preprocessing library attempt-0.3.0...
Building attempt-0.3.0...
[1 of 1] Compiling Data.Attempt ( Data/Attempt.hs, dist/build/Data/Attempt.o )
Registering attempt-0.3.0...
Installing library in /Users/aku/.cabal/lib/attempt-0.3.0/ghc-7.0.3
Registering attempt-0.3.0...
Downloading control-monad-attempt-0.3.0...
Configuring control-monad-attempt-0.3.0...
Preprocessing library control-monad-attempt-0.3.0...
Building control-monad-attempt-0.3.0...
[1 of 1] Compiling Control.Monad.Attempt ( Control/Monad/Attempt.hs, dist/build/Control/Monad/Attempt.o )
Registering control-monad-attempt-0.3.0...
Installing library in
/Users/aku/.cabal/lib/control-monad-attempt-0.3.0/ghc-7.0.3
Registering control-monad-attempt-0.3.0...
Downloading file-embed-0.0.3.1...
Configuring file-embed-0.0.3.1...
Preprocessing library file-embed-0.0.3.1...
Building file-embed-0.0.3.1...
[1 of 1] Compiling Data.FileEmbed ( Data/FileEmbed.hs, dist/build/Data/FileEmbed.o )
Registering file-embed-0.0.3.1...
Installing library in /Users/aku/.cabal/lib/file-embed-0.0.3.1/ghc-7.0.3
Registering file-embed-0.0.3.1...
Downloading ghc-paths-0.1.0.8...
[1 of 1] Compiling Main ( /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/ghc-paths-0.1.0.845242/ghc-paths-0.1.0.8/Setup.hs, /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/ghc-paths-0.1.0.845242/ghc-paths-0.1.0.8/dist/setup/Main.o )
Linking /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/ghc-paths-0.1.0.845242/ghc-paths-0.1.0.8/dist/setup/setup ...
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog
Configuring ghc-paths-0.1.0.8...
Preprocessing library ghc-paths-0.1.0.8...
Building ghc-paths-0.1.0.8...
[1 of 1] Compiling GHC.Paths ( GHC/Paths.hs, dist/build/GHC/Paths.o )
Registering ghc-paths-0.1.0.8...
Installing library in /Users/aku/.cabal/lib/ghc-paths-0.1.0.8/ghc-7.0.3
Registering ghc-paths-0.1.0.8...
Downloading direct-plugins-1.1...
Configuring direct-plugins-1.1...
Preprocessing library direct-plugins-1.1...
Building direct-plugins-1.1...
[1 of 1] Compiling System.Plugins ( System/Plugins.hs, dist/build/System/Plugins.o )
Registering direct-plugins-1.1...
Installing library in /Users/aku/.cabal/lib/direct-plugins-1.1/ghc-7.0.3
Registering direct-plugins-1.1...
Downloading hamlet-0.8.0...
Configuring hamlet-0.8.0...
Preprocessing library hamlet-0.8.0...
Building hamlet-0.8.0...
[ 1 of 13] Compiling Text.MkSizeType ( Text/MkSizeType.hs, dist/build/Text/MkSizeType.o )
[ 2 of 13] Compiling Text.Shakespeare ( Text/Shakespeare.hs, dist/build/Text/Shakespeare.o )
[ 3 of 13] Compiling Text.Hamlet.Parse ( Text/Hamlet/Parse.hs, dist/build/Text/Hamlet/Parse.o )
[ 4 of 13] Compiling Text.Hamlet.Quasi ( Text/Hamlet/Quasi.hs, dist/build/Text/Hamlet/Quasi.o )
[ 5 of 13] Compiling Text.Css ( Text/Css.hs, dist/build/Text/Css.o )
[ 6 of 13] Compiling Text.Cassius ( Text/Cassius.hs, dist/build/Text/Cassius.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[ 7 of 13] Compiling Text.Lucius ( Text/Lucius.hs, dist/build/Text/Lucius.o )
Text/Lucius.hs:154:9:
Warning: A do-notation statement discarded a result of type String.
Suppress this warning by saying "_ <- ($) try string "@media "",
or by using the flag -fno-warn-unused-do-bind
[ 8 of 13] Compiling Text.Romeo ( Text/Romeo.hs, dist/build/Text/Romeo.o )
[ 9 of 13] Compiling Text.Julius ( Text/Julius.hs, dist/build/Text/Julius.o )
[10 of 13] Compiling Text.Coffee ( Text/Coffee.hs, dist/build/Text/Coffee.o )
[11 of 13] Compiling Text.Hamlet.RT ( Text/Hamlet/RT.hs, dist/build/Text/Hamlet/RT.o )
Text/Hamlet/RT.hs:64:5:
Warning: Pattern match(es) are non-exhaustive
In an equation for `convert': Patterns not matched: DocWith _ _
[12 of 13] Compiling Text.Hamlet.Debug ( Text/Hamlet/Debug.hs, dist/build/Text/Hamlet/Debug.o )
[13 of 13] Compiling Text.Hamlet ( Text/Hamlet.hs, dist/build/Text/Hamlet.o )
Registering hamlet-0.8.0...
Installing library in /Users/aku/.cabal/lib/hamlet-0.8.0/ghc-7.0.3
Registering hamlet-0.8.0...
Downloading hashable-1.1.1.0...
Configuring hashable-1.1.1.0...
Preprocessing library hashable-1.1.1.0...
Building hashable-1.1.1.0...
[1 of 1] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o )
Registering hashable-1.1.1.0...
Installing library in /Users/aku/.cabal/lib/hashable-1.1.1.0/ghc-7.0.3
Registering hashable-1.1.1.0...
Downloading http-types-0.6.2...
Configuring http-types-0.6.2...
Preprocessing library http-types-0.6.2...
Preprocessing executables for http-types-0.6.2...
Building http-types-0.6.2...
[1 of 1] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, dist/build/Network/HTTP/Types.o )
Registering http-types-0.6.2...
Installing library in /Users/aku/.cabal/lib/http-types-0.6.2/ghc-7.0.3
Registering http-types-0.6.2...
Downloading largeword-1.0.0...
Configuring largeword-1.0.0...
Preprocessing library largeword-1.0.0...
Building largeword-1.0.0...
[1 of 1] Compiling Data.LargeWord ( Data/LargeWord.hs, dist/build/Data/LargeWord.o )
Data/LargeWord.hs:116:10:
Warning: No explicit method nor default method for `*'
In the instance declaration for `Num (LargeKey a b)'
Data/LargeWord.hs:116:10:
Warning: No explicit method nor default method for `abs'
In the instance declaration for `Num (LargeKey a b)'
Data/LargeWord.hs:116:10:
Warning: No explicit method nor default method for `signum'
In the instance declaration for `Num (LargeKey a b)'
Data/LargeWord.hs:123:10:
Warning: No explicit method nor default method for `complement'
In the instance declaration for `Bits (LargeKey a b)'
Data/LargeWord.hs:123:10:
Warning: No explicit method nor default method for `isSigned'
In the instance declaration for `Bits (LargeKey a b)'
Data/LargeWord.hs:147:10:
Warning: No explicit method nor default method for `quotRem'
In the instance declaration for `Integral (LargeKey a b)'
Data/LargeWord.hs:151:10:
Warning: No explicit method nor default method for `toRational'
In the instance declaration for `Real (LargeKey a b)'
Data/LargeWord.hs:154:10:
Warning: No explicit method nor default method for `toEnum'
In the instance declaration for `Enum (LargeKey a b)'
Data/LargeWord.hs:154:10:
Warning: No explicit method nor default method for `fromEnum'
In the instance declaration for `Enum (LargeKey a b)'
Registering largeword-1.0.0...
Installing library in /Users/aku/.cabal/lib/largeword-1.0.0/ghc-7.0.3
Registering largeword-1.0.0...
Downloading mime-mail-0.3.0...
Configuring mime-mail-0.3.0...
Preprocessing library mime-mail-0.3.0...
Building mime-mail-0.3.0...
[1 of 1] Compiling Network.Mail.Mime ( Network/Mail/Mime.hs, dist/build/Network/Mail/Mime.o )
Registering mime-mail-0.3.0...
Installing library in /Users/aku/.cabal/lib/mime-mail-0.3.0/ghc-7.0.3
Registering mime-mail-0.3.0...
Downloading monad-control-0.2.0.1...
[1 of 1] Compiling Main ( /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/monad-control-0.2.0.145242/monad-control-0.2.0.1/Setup.hs, /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/monad-control-0.2.0.145242/monad-control-0.2.0.1/dist/setup/Main.o )
/var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/monad-control-0.2.0.145242/monad-control-0.2.0.1/Setup.hs:22:30:
Warning: In the use of `runTests'
(imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
Deprecated: "Please use the new testing interface instead!"
Linking /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/monad-control-0.2.0.145242/monad-control-0.2.0.1/dist/setup/setup ...
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog
Configuring monad-control-0.2.0.1...
Preprocessing library monad-control-0.2.0.1...
Preprocessing executables for monad-control-0.2.0.1...
Building monad-control-0.2.0.1...
[1 of 3] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
[2 of 3] Compiling Control.Monad.IO.Control ( Control/Monad/IO/Control.hs, dist/build/Control/Monad/IO/Control.o )
[3 of 3] Compiling Control.Exception.Control ( Control/Exception/Control.hs, dist/build/Control/Exception/Control.o )
Registering monad-control-0.2.0.1...
Installing library in /Users/aku/.cabal/lib/monad-control-0.2.0.1/ghc-7.0.3
Registering monad-control-0.2.0.1...
Downloading pool-0.1.0.2...
Configuring pool-0.1.0.2...
Preprocessing library pool-0.1.0.2...
Building pool-0.1.0.2...
[1 of 1] Compiling Data.Pool ( Data/Pool.hs, dist/build/Data/Pool.o )
Registering pool-0.1.0.2...
Installing library in /Users/aku/.cabal/lib/pool-0.1.0.2/ghc-7.0.3
Registering pool-0.1.0.2...
Downloading persistent-0.5.0...
Configuring persistent-0.5.0...
Preprocessing library persistent-0.5.0...
Preprocessing executables for persistent-0.5.0...
Building persistent-0.5.0...
[1 of 9] Compiling Database.Persist.Util ( Database/Persist/Util.hs, dist/build/Database/Persist/Util.o )
[2 of 9] Compiling Database.Persist.Base ( Database/Persist/Base.hs, dist/build/Database/Persist/Base.o )
[3 of 9] Compiling Database.Persist.Quasi ( Database/Persist/Quasi.hs, dist/build/Database/Persist/Quasi.o )
[4 of 9] Compiling Database.Persist.GenericSql.Internal ( Database/Persist/GenericSql/Internal.hs, dist/build/Database/Persist/GenericSql/Internal.o )
[5 of 9] Compiling Database.Persist.GenericSql.Raw ( Database/Persist/GenericSql/Raw.hs, dist/build/Database/Persist/GenericSql/Raw.o )
[6 of 9] Compiling Database.Persist.GenericSql ( Database/Persist/GenericSql.hs, dist/build/Database/Persist/GenericSql.o )
[7 of 9] Compiling Database.Persist.Join ( Database/Persist/Join.hs, dist/build/Database/Persist/Join.o )
[8 of 9] Compiling Database.Persist.Join.Sql ( Database/Persist/Join/Sql.hs, dist/build/Database/Persist/Join/Sql.o )
[9 of 9] Compiling Database.Persist ( Database/Persist.hs, dist/build/Database/Persist.o )
Registering persistent-0.5.0...
Installing library in /Users/aku/.cabal/lib/persistent-0.5.0/ghc-7.0.3
Registering persistent-0.5.0...
Downloading primitive-0.3.1...
Configuring primitive-0.3.1...
Preprocessing library primitive-0.3.1...
Building primitive-0.3.1...
[1 of 7] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[2 of 7] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )
Control/Monad/Primitive.hs:24:1:
Warning: Module `GHC.IOBase' is deprecated: use GHC.IO instead
[3 of 7] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
Data/Primitive/Types.hs:39:30:
Warning: In the use of `mkNorepType'
(imported from Data.Data):
Deprecated: "Use mkNoRepType instead"
[4 of 7] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
Data/Primitive/Array.hs:27:30:
Warning: In the use of `mkNorepType'
(imported from Data.Data):
Deprecated: "Use mkNoRepType instead"
[5 of 7] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
Data/Primitive/ByteArray.hs:36:30:
Warning: In the use of `mkNorepType'
(imported from Data.Data):
Deprecated: "Use mkNoRepType instead"
[6 of 7] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[7 of 7] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o )
Registering primitive-0.3.1...
Installing library in /Users/aku/.cabal/lib/primitive-0.3.1/ghc-7.0.3
Registering primitive-0.3.1...
Downloading ranges-0.2.3...
Configuring ranges-0.2.3...
Preprocessing library ranges-0.2.3...
Building ranges-0.2.3...
[1 of 1] Compiling Data.Ranges ( Data/Ranges.hs, dist/build/Data/Ranges.o )
Data/Ranges.hs:74:22:
Warning: This binding for `x' shadows the existing binding
bound at Data/Ranges.hs:72:14
Registering ranges-0.2.3...
Installing library in /Users/aku/.cabal/lib/ranges-0.2.3/ghc-7.0.3
Registering ranges-0.2.3...
Downloading email-validate-0.2.6...
Configuring email-validate-0.2.6...
Preprocessing library email-validate-0.2.6...
Building email-validate-0.2.6...
[1 of 1] Compiling Text.Email.Validate ( Text/Email/Validate.hs, dist/build/Text/Email/Validate.o )
Registering email-validate-0.2.6...
Installing library in /Users/aku/.cabal/lib/email-validate-0.2.6/ghc-7.0.3
Registering email-validate-0.2.6...
Downloading sendfile-0.7.3...
Configuring sendfile-0.7.3...
Preprocessing library sendfile-0.7.3...
Building sendfile-0.7.3...
[1 of 5] Compiling Network.Socket.SendFile.Iter ( src/Network/Socket/SendFile/Iter.hs, dist/build/Network/Socket/SendFile/Iter.o )
[2 of 5] Compiling Network.Socket.SendFile.Darwin ( dist/build/Network/Socket/SendFile/Darwin.hs, dist/build/Network/Socket/SendFile/Darwin.o )
[3 of 5] Compiling Network.Socket.SendFile.Internal ( src/Network/Socket/SendFile/Internal.hs, dist/build/Network/Socket/SendFile/Internal.o )
[4 of 5] Compiling Network.Socket.SendFile ( src/Network/Socket/SendFile.hs, dist/build/Network/Socket/SendFile.o )
[5 of 5] Compiling Network.Socket.SendFile.Handle ( src/Network/Socket/SendFile/Handle.hs, dist/build/Network/Socket/SendFile/Handle.o )
Registering sendfile-0.7.3...
Installing library in /Users/aku/.cabal/lib/sendfile-0.7.3/ghc-7.0.3
Registering sendfile-0.7.3...
Downloading tagged-0.2...
Configuring tagged-0.2...
Preprocessing library tagged-0.2...
Building tagged-0.2...
[1 of 2] Compiling Data.Tagged ( Data/Tagged.hs, dist/build/Data/Tagged.o )
[2 of 2] Compiling Data.Proxy ( Data/Proxy.hs, dist/build/Data/Proxy.o )
Registering tagged-0.2...
Installing library in /Users/aku/.cabal/lib/tagged-0.2/ghc-7.0.3
Registering tagged-0.2...
Downloading crypto-api-0.6.1...
Configuring crypto-api-0.6.1...
Preprocessing library crypto-api-0.6.1...
Building crypto-api-0.6.1...
[1 of 9] Compiling Crypto.CPoly ( Crypto/CPoly.hs, dist/build/Crypto/CPoly.o )
[2 of 9] Compiling Crypto.Util ( Crypto/Util.hs, dist/build/Crypto/Util.o )
[3 of 9] Compiling Crypto.Types ( Crypto/Types.hs, dist/build/Crypto/Types.o )
[4 of 9] Compiling System.Crypto.Random ( System/Crypto/Random.hs, dist/build/System/Crypto/Random.o )
[5 of 9] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o )
SpecConstr
Function `$j_sCnO{v} [lid]'
has five call patterns, but the limit is 3
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
[6 of 9] Compiling Crypto.Classes ( Crypto/Classes.hs, dist/build/Crypto/Classes.o )
[7 of 9] Compiling Crypto.HMAC ( Crypto/HMAC.hs, dist/build/Crypto/HMAC.o )
[8 of 9] Compiling Crypto.Modes ( Crypto/Modes.hs, dist/build/Crypto/Modes.o )
SpecConstr
Function `go{v sHGx} [lid]'
has two call patterns, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `go{v sHGx} [lid]'
has two call patterns, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
SpecConstr
Function `go{v sHGx} [lid]'
has two call patterns, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
[9 of 9] Compiling Crypto.Padding ( Crypto/Padding.hs, dist/build/Crypto/Padding.o )
Registering crypto-api-0.6.1...
Installing library in /Users/aku/.cabal/lib/crypto-api-0.6.1/ghc-7.0.3
Registering crypto-api-0.6.1...
Downloading cryptohash-0.7.0...
Configuring cryptohash-0.7.0...
Preprocessing library cryptohash-0.7.0...
Preprocessing executables for cryptohash-0.7.0...
Building cryptohash-0.7.0...
[ 1 of 13] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o )
[ 2 of 13] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o )
[ 3 of 13] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o )
[ 4 of 13] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o )
[ 5 of 13] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o )
[ 6 of 13] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o )
[ 7 of 13] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o )
[ 8 of 13] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o )
[ 9 of 13] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o )
[10 of 13] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o )
[11 of 13] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o )
[12 of 13] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o )
[13 of 13] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o )
Registering cryptohash-0.7.0...
Installing library in /Users/aku/.cabal/lib/cryptohash-0.7.0/ghc-7.0.3
Registering cryptohash-0.7.0...
Downloading pureMD5-2.1.0.3...
Configuring pureMD5-2.1.0.3...
Preprocessing library pureMD5-2.1.0.3...
Preprocessing executables for pureMD5-2.1.0.3...
Building pureMD5-2.1.0.3...
[1 of 1] Compiling Data.Digest.Pure.MD5 ( Data/Digest/Pure/MD5.hs, dist/build/Data/Digest/Pure/MD5.o )
Registering pureMD5-2.1.0.3...
Installing library in /Users/aku/.cabal/lib/pureMD5-2.1.0.3/ghc-7.0.3
Registering pureMD5-2.1.0.3...
Downloading RSA-1.0.6.1...
Configuring RSA-1.0.6.1...
Preprocessing library RSA-1.0.6.1...
Preprocessing executables for RSA-1.0.6.1...
Building RSA-1.0.6.1...
[1 of 1] Compiling Codec.Crypto.RSA ( Codec/Crypto/RSA.hs, dist/build/Codec/Crypto/RSA.o )
Registering RSA-1.0.6.1...
Installing library in /Users/aku/.cabal/lib/RSA-1.0.6.1/ghc-7.0.3
Registering RSA-1.0.6.1...
Downloading tagsoup-0.12...
Configuring tagsoup-0.12...
Preprocessing library tagsoup-0.12...
Preprocessing executables for tagsoup-0.12...
Building tagsoup-0.12...
[ 1 of 13] Compiling Text.HTML.TagSoup.Entity ( Text/HTML/TagSoup/Entity.hs, dist/build/Text/HTML/TagSoup/Entity.o )
[ 2 of 13] Compiling Text.StringLike ( Text/StringLike.hs, dist/build/Text/StringLike.o )
[ 3 of 13] Compiling Text.HTML.TagSoup.Type ( Text/HTML/TagSoup/Type.hs, dist/build/Text/HTML/TagSoup/Type.o )
[ 4 of 13] Compiling Text.HTML.TagSoup.Match ( Text/HTML/TagSoup/Match.hs, dist/build/Text/HTML/TagSoup/Match.o )
[ 5 of 13] Compiling Text.HTML.TagSoup.Tree ( Text/HTML/TagSoup/Tree.hs, dist/build/Text/HTML/TagSoup/Tree.o )
[ 6 of 13] Compiling Text.HTML.TagSoup.Options ( Text/HTML/TagSoup/Options.hs, dist/build/Text/HTML/TagSoup/Options.o )
[ 7 of 13] Compiling Text.HTML.TagSoup.Implementation ( Text/HTML/TagSoup/Implementation.hs, dist/build/Text/HTML/TagSoup/Implementation.o )
[ 8 of 13] Compiling Text.HTML.TagSoup.Specification ( Text/HTML/TagSoup/Specification.hs, dist/build/Text/HTML/TagSoup/Specification.o )
[ 9 of 13] Compiling Text.HTML.TagSoup.Manual ( Text/HTML/TagSoup/Manual.hs, dist/build/Text/HTML/TagSoup/Manual.o )
[10 of 13] Compiling Text.HTML.TagSoup.Generated ( Text/HTML/TagSoup/Generated.hs, dist/build/Text/HTML/TagSoup/Generated.o )
[11 of 13] Compiling Text.HTML.TagSoup.Render ( Text/HTML/TagSoup/Render.hs, dist/build/Text/HTML/TagSoup/Render.o )
[12 of 13] Compiling Text.HTML.TagSoup.Parser ( Text/HTML/TagSoup/Parser.hs, dist/build/Text/HTML/TagSoup/Parser.o )
[13 of 13] Compiling Text.HTML.TagSoup ( Text/HTML/TagSoup.hs, dist/build/Text/HTML/TagSoup.o )
Registering tagsoup-0.12...
Installing library in /Users/aku/.cabal/lib/tagsoup-0.12/ghc-7.0.3
Registering tagsoup-0.12...
Downloading unix-compat-0.2.1.1...
Configuring unix-compat-0.2.1.1...
Preprocessing library unix-compat-0.2.1.1...
Building unix-compat-0.2.1.1...
[1 of 6] Compiling System.PosixCompat.User ( dist/build/System/PosixCompat/User.hs, dist/build/System/PosixCompat/User.o )
[2 of 6] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o )
[3 of 6] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o )
[4 of 6] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o )
[5 of 6] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o )
[6 of 6] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o )
Registering unix-compat-0.2.1.1...
Installing library in /Users/aku/.cabal/lib/unix-compat-0.2.1.1/ghc-7.0.3
Registering unix-compat-0.2.1.1...
Downloading unordered-containers-0.1.2.0...
Configuring unordered-containers-0.1.2.0...
Preprocessing library unordered-containers-0.1.2.0...
Building unordered-containers-0.1.2.0...
[1 of 7] Compiling Data.FullList.Lazy ( Data/FullList/Lazy.hs, dist/build/Data/FullList/Lazy.o )
[2 of 7] Compiling Data.HashMap.Common ( Data/HashMap/Common.hs, dist/build/Data/HashMap/Common.o )
[3 of 7] Compiling Data.FullList.Strict ( Data/FullList/Strict.hs, dist/build/Data/FullList/Strict.o )
[4 of 7] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[5 of 7] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[6 of 7] Compiling Data.HashMap.Lazy.Internal ( Data/HashMap/Lazy/Internal.hs, dist/build/Data/HashMap/Lazy/Internal.o )
[7 of 7] Compiling Data.HashMap.Strict.Internal ( Data/HashMap/Strict/Internal.hs, dist/build/Data/HashMap/Strict/Internal.o )
Registering unordered-containers-0.1.2.0...
Installing library in
/Users/aku/.cabal/lib/unordered-containers-0.1.2.0/ghc-7.0.3
Registering unordered-containers-0.1.2.0...
Downloading utf8-light-0.4...
Configuring utf8-light-0.4...
Preprocessing library utf8-light-0.4...
Building utf8-light-0.4...
[1 of 1] Compiling Codec.Binary.UTF8.Light ( src/Codec/Binary/UTF8/Light.hs, dist/build/Codec/Binary/UTF8/Light.o )
SpecConstr
Function `$j_s2oG{v} [lid]'
has five call patterns, but the limit is 3
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
In file included from /usr/local/Cellar/ghc/7.0.3/lib/ghc-7.0.3/include/Stg.h:230,
from /var/folders/aZ/aZavzpmuHiaSqP1cdyhvPE+++TI/-Tmp-/ghc48495_0/ghc48495_0.hc:3:0:
/usr/local/Cellar/ghc/7.0.3/lib/ghc-7.0.3/include/stg/Regs.h:177:0:
sorry, unimplemented: LLVM cannot handle register variable ‘R1’, report a bug
Downloading utf8-string-0.3.6...
Configuring utf8-string-0.3.6...
Preprocessing library utf8-string-0.3.6...
Building utf8-string-0.3.6...
[1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
SpecConstr
Function `$waux{v s18P} [lid]'
has one call pattern, but the limit is 0
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
[2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[4 of 7] Compiling System.IO.UTF8 ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o )
[5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o )
[6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
[7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
Registering utf8-string-0.3.6...
Installing library in /Users/aku/.cabal/lib/utf8-string-0.3.6/ghc-7.0.3
Registering utf8-string-0.3.6...
Downloading vector-0.7.0.1...
Configuring vector-0.7.0.1...
Preprocessing library vector-0.7.0.1...
Building vector-0.7.0.1...
[ 1 of 19] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o )
[ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size ( Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o )
Data/Vector/Fusion/Stream/Size.hs:25:10:
Warning: No explicit method nor default method for `*'
In the instance declaration for `Num Size'
Data/Vector/Fusion/Stream/Size.hs:25:10:
Warning: No explicit method nor default method for `abs'
In the instance declaration for `Num Size'
Data/Vector/Fusion/Stream/Size.hs:25:10:
Warning: No explicit method nor default method for `signum'
In the instance declaration for `Num Size'
[ 4 of 19] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package primitive-0.3.1 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[ 6 of 19] Compiling Data.Vector.Fusion.Stream ( Data/Vector/Fusion/Stream.hs, dist/build/Data/Vector/Fusion/Stream.o )
[ 7 of 19] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o )
[ 8 of 19] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o )
[ 9 of 19] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o )
[10 of 19] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o )
Data/Vector/Generic.hs:185:36:
Warning: In the use of `mkNorepType'
(imported from Data.Data):
Deprecated: "Use mkNoRepType instead"
[11 of 19] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o )
[12 of 19] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o )
[13 of 19] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )
[14 of 19] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )
[15 of 19] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o )
[16 of 19] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )
[17 of 19] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[18 of 19] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o )
[19 of 19] Compiling Data.Vector ( Data/Vector.hs, dist/build/Data/Vector.o )
Registering vector-0.7.0.1...
Installing library in /Users/aku/.cabal/lib/vector-0.7.0.1/ghc-7.0.3
Registering vector-0.7.0.1...
Downloading aeson-0.3.2.4...
Configuring aeson-0.3.2.4...
Preprocessing library aeson-0.3.2.4...
Building aeson-0.3.2.4...
[1 of 9] Compiling Data.Aeson.Encode.Int ( Data/Aeson/Encode/Int.hs, dist/build/Data/Aeson/Encode/Int.o )
[2 of 9] Compiling Data.Aeson.Encode.Double ( Data/Aeson/Encode/Double.hs, dist/build/Data/Aeson/Encode/Double.o )
[3 of 9] Compiling Data.Aeson.Functions ( Data/Aeson/Functions.hs, dist/build/Data/Aeson/Functions.o )
[4 of 9] Compiling Data.Aeson.Encode.Number ( Data/Aeson/Encode/Number.hs, dist/build/Data/Aeson/Encode/Number.o )
[5 of 9] Compiling Data.Aeson.Types ( Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o )
[6 of 9] Compiling Data.Aeson.Generic ( Data/Aeson/Generic.hs, dist/build/Data/Aeson/Generic.o )
[7 of 9] Compiling Data.Aeson.Parser ( Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.o )
[8 of 9] Compiling Data.Aeson.Encode ( Data/Aeson/Encode.hs, dist/build/Data/Aeson/Encode.o )
[9 of 9] Compiling Data.Aeson ( Data/Aeson.hs, dist/build/Data/Aeson.o )
Registering aeson-0.3.2.4...
Installing library in /Users/aku/.cabal/lib/aeson-0.3.2.4/ghc-7.0.3
Registering aeson-0.3.2.4...
Downloading cryptocipher-0.2.8...
Configuring cryptocipher-0.2.8...
Preprocessing library cryptocipher-0.2.8...
Preprocessing executables for cryptocipher-0.2.8...
Building cryptocipher-0.2.8...
[1 of 8] Compiling Number.Serialize ( Number/Serialize.hs, dist/build/Number/Serialize.o )
[2 of 8] Compiling Number.Generate ( Number/Generate.hs, dist/build/Number/Generate.o )
[3 of 8] Compiling Number.ModArithmetic ( Number/ModArithmetic.hs, dist/build/Number/ModArithmetic.o )
[4 of 8] Compiling Crypto.Cipher.DSA ( Crypto/Cipher/DSA.hs, dist/build/Crypto/Cipher/DSA.o )
[5 of 8] Compiling Crypto.Cipher.RSA ( Crypto/Cipher/RSA.hs, dist/build/Crypto/Cipher/RSA.o )
[6 of 8] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.o )
[7 of 8] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.o )
[8 of 8] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.o )
Registering cryptocipher-0.2.8...
Installing library in /Users/aku/.cabal/lib/cryptocipher-0.2.8/ghc-7.0.3
Registering cryptocipher-0.2.8...
Downloading tls-0.5.1...
Configuring tls-0.5.1...
Preprocessing library tls-0.5.1...
Preprocessing executables for tls-0.5.1...
Building tls-0.5.1...
[ 1 of 16] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, dist/build/Network/TLS/MAC.o )
[ 2 of 16] Compiling Network.TLS.SRandom ( Network/TLS/SRandom.hs, dist/build/Network/TLS/SRandom.o )
[ 3 of 16] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, dist/build/Network/TLS/Compression.o )
[ 4 of 16] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, dist/build/Network/TLS/Crypto.o )
[ 5 of 16] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, dist/build/Network/TLS/Struct.o )
[ 6 of 16] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, dist/build/Network/TLS/Cipher.o )
[ 7 of 16] Compiling Network.TLS.Cap ( Network/TLS/Cap.hs, dist/build/Network/TLS/Cap.o )
[ 8 of 16] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, dist/build/Network/TLS/Wire.o )
Network/TLS/Wire.hs:47:10:
Warning: orphan instance: instance Error TLSError
[ 9 of 16] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, dist/build/Network/TLS/Packet.o )
Network/TLS/Packet.hs:219:1:
Warning: Top-level binding with no type signature:
numberise :: forall t a. Num a => t -> a
Network/TLS/Packet.hs:222:1:
Warning: Defined but not used: `decodeServerKeyXchg_DH'
[10 of 16] Compiling Network.TLS.Util ( Network/TLS/Util.hs, dist/build/Network/TLS/Util.o )
[11 of 16] Compiling Network.TLS.State ( Network/TLS/State.hs, dist/build/Network/TLS/State.o )
[12 of 16] Compiling Network.TLS.Receiving ( Network/TLS/Receiving.hs, dist/build/Network/TLS/Receiving.o )
[13 of 16] Compiling Network.TLS.Sending ( Network/TLS/Sending.hs, dist/build/Network/TLS/Sending.o )
Network/TLS/Sending.hs:81:9: Warning: Defined but not used: `e'
[14 of 16] Compiling Network.TLS.Core ( Network/TLS/Core.hs, dist/build/Network/TLS/Core.o )
Network/TLS/Core.hs:96:22:
Warning: This binding for `state' shadows the existing binding
imported from Control.Monad.State at Network/TLS/Core.hs:53:1-26
Network/TLS/Core.hs:152:15:
Warning: This binding for `state' shadows the existing binding
imported from Control.Monad.State at Network/TLS/Core.hs:53:1-26
Network/TLS/Core.hs:158:15:
Warning: This binding for `state' shadows the existing binding
imported from Control.Monad.State at Network/TLS/Core.hs:53:1-26
[15 of 16] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, dist/build/Network/TLS/Internal.o )
[16 of 16] Compiling Network.TLS ( Network/TLS.hs, dist/build/Network/TLS.o )
Registering tls-0.5.1...
Installing library in /Users/aku/.cabal/lib/tls-0.5.1/ghc-7.0.3
Registering tls-0.5.1...
Downloading tls-extra-0.1.9...
Configuring tls-extra-0.1.9...
Preprocessing library tls-extra-0.1.9...
Preprocessing executables for tls-extra-0.1.9...
Building tls-extra-0.1.9...
Network/TLS/Extra/Certificate.hs:32:0:
warning: #warning "********certificate verify chain doesn't yet work on your platform *************"
Network/TLS/Extra/Certificate.hs:33:0:
warning: #warning "********please consider contributing to the certificate to fix this issue *************"
Network/TLS/Extra/Certificate.hs:34:0:
warning: #warning "********getting trusted system certificate is platform dependant *************"
[1 of 6] Compiling Network.TLS.Extra.Thread ( Network/TLS/Extra/Thread.hs, dist/build/Network/TLS/Extra/Thread.o )
[2 of 6] Compiling Network.TLS.Extra.Compression ( Network/TLS/Extra/Compression.hs, dist/build/Network/TLS/Extra/Compression.o )
Network/TLS/Extra/Compression.hs:5:1:
Warning: The import of `Network.TLS.Compression' is redundant
except perhaps to import instances from `Network.TLS.Compression'
To import instances alone, use: import Network.TLS.Compression()
[3 of 6] Compiling Network.TLS.Extra.Connection ( Network/TLS/Extra/Connection.hs, dist/build/Network/TLS/Extra/Connection.o )
[4 of 6] Compiling Network.TLS.Extra.Certificate ( Network/TLS/Extra/Certificate.hs, dist/build/Network/TLS/Extra/Certificate.o )
Network/TLS/Extra/Certificate.hs:18:1:
Warning: The import of `System.Certificate.X509' is redundant
except perhaps to import instances from `System.Certificate.X509'
To import instances alone, use: import System.Certificate.X509()
Network/TLS/Extra/Certificate.hs:116:18:
Warning: Defined but not used: `a'
[5 of 6] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, dist/build/Network/TLS/Extra/Cipher.o )
[6 of 6] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, dist/build/Network/TLS/Extra.o )
Registering tls-extra-0.1.9...
Installing library in /Users/aku/.cabal/lib/tls-extra-0.1.9/ghc-7.0.3
Registering tls-extra-0.1.9...
Downloading wai-0.4.0...
Configuring wai-0.4.0...
Preprocessing library wai-0.4.0...
Building wai-0.4.0...
[1 of 1] Compiling Network.Wai ( Network/Wai.hs, dist/build/Network/Wai.o )
Registering wai-0.4.0...
Installing library in /Users/aku/.cabal/lib/wai-0.4.0/ghc-7.0.3
Registering wai-0.4.0...
Downloading wai-app-static-0.1.0...
Configuring wai-app-static-0.1.0...
Preprocessing library wai-app-static-0.1.0...
Building wai-app-static-0.1.0...
[1 of 1] Compiling Network.Wai.Application.Static ( Network/Wai/Application/Static.hs, dist/build/Network/Wai/Application/Static.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package unix-compat-0.2.1.1 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package file-embed-0.0.3.1 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
Network/Wai/Application/Static.hs:48:1:
Warning: In the use of `H.string'
(imported from Text.Blaze.Html5, but defined in Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toHtml"
Network/Wai/Application/Static.hs:48:1:
Warning: In the use of `H.stringValue'
(imported from Text.Blaze.Html5, but defined in Text.Blaze.Internal):
Deprecated: "Use Blaze.Html.toValue"
Network/Wai/Application/Static.hs:412:1:
Warning: Top-level binding with no type signature:
mdName' :: MetaData -> FilePath
Registering wai-app-static-0.1.0...
Installing library in /Users/aku/.cabal/lib/wai-app-static-0.1.0/ghc-7.0.3
Registering wai-app-static-0.1.0...
Downloading warp-0.4.0.1...
Configuring warp-0.4.0.1...
Preprocessing library warp-0.4.0.1...
Building warp-0.4.0.1...
[1 of 2] Compiling Timeout ( Timeout.hs, dist/build/Timeout.o )
[2 of 2] Compiling Network.Wai.Handler.Warp ( Network/Wai/Handler/Warp.hs, dist/build/Network/Wai/Handler/Warp.o )
Registering warp-0.4.0.1...
Installing library in /Users/aku/.cabal/lib/warp-0.4.0.1/ghc-7.0.3
Registering warp-0.4.0.1...
Downloading web-routes-quasi-0.7.0...
Configuring web-routes-quasi-0.7.0...
Preprocessing library web-routes-quasi-0.7.0...
Preprocessing executables for web-routes-quasi-0.7.0...
Building web-routes-quasi-0.7.0...
[1 of 4] Compiling Web.Routes.Quasi.Classes ( Web/Routes/Quasi/Classes.hs, dist/build/Web/Routes/Quasi/Classes.o )
[2 of 4] Compiling Web.Routes.Quasi.Parse ( Web/Routes/Quasi/Parse.hs, dist/build/Web/Routes/Quasi/Parse.o )
Web/Routes/Quasi/Parse.hs:23:15:
Warning: Fields of `QuasiQuoter' not initialised: quoteType,
quoteDec
In the expression: QuasiQuoter {quoteExp = x, quotePat = y}
In an equation for `parseRoutes':
parseRoutes
= QuasiQuoter {quoteExp = x, quotePat = y}
where
x s
= do { let ...;
.... }
y = dataToPatQ (const Nothing) . resourcesFromString
Web/Routes/Quasi/Parse.hs:53:22:
Warning: Fields of `QuasiQuoter' not initialised: quoteType,
quoteDec
In the expression: QuasiQuoter {quoteExp = x, quotePat = y}
In an equation for `parseRoutesNoCheck':
parseRoutesNoCheck
= QuasiQuoter {quoteExp = x, quotePat = y}
where
x = lift . resourcesFromString
y = dataToPatQ (const Nothing) . resourcesFromString
[3 of 4] Compiling Web.Routes.Quasi.TH ( Web/Routes/Quasi/TH.hs, dist/build/Web/Routes/Quasi/TH.o )
[4 of 4] Compiling Web.Routes.Quasi ( Web/Routes/Quasi.hs, dist/build/Web/Routes/Quasi.o )
Registering web-routes-quasi-0.7.0...
Installing library in /Users/aku/.cabal/lib/web-routes-quasi-0.7.0/ghc-7.0.3
Registering web-routes-quasi-0.7.0...
Downloading persistent-template-0.5.0...
Configuring persistent-template-0.5.0...
Preprocessing library persistent-template-0.5.0...
Building persistent-template-0.5.0...
[1 of 1] Compiling Database.Persist.TH ( Database/Persist/TH.hs, dist/build/Database/Persist/TH.o )
Registering persistent-template-0.5.0...
Installing library in
/Users/aku/.cabal/lib/persistent-template-0.5.0/ghc-7.0.3
Registering persistent-template-0.5.0...
Downloading xml-1.3.8...
Configuring xml-1.3.8...
Preprocessing library xml-1.3.8...
Building xml-1.3.8...
[1 of 7] Compiling Text.XML.Light.Types ( Text/XML/Light/Types.hs, dist/build/Text/XML/Light/Types.o )
[2 of 7] Compiling Text.XML.Light.Proc ( Text/XML/Light/Proc.hs, dist/build/Text/XML/Light/Proc.o )
[3 of 7] Compiling Text.XML.Light.Output ( Text/XML/Light/Output.hs, dist/build/Text/XML/Light/Output.o )
SpecConstr
Function `xml-1.3.8:Text.XML.Light.Output.escCData{v r420} [lid]'
has four call patterns, but the limit is 3
Use -fspec-constr-count=n to set the bound
Use -dppr-debug to see specialisations
[4 of 7] Compiling Text.XML.Light.Lexer ( Text/XML/Light/Lexer.hs, dist/build/Text/XML/Light/Lexer.o )
Text/XML/Light/Lexer.hs:7:1:
Warning: The import of `ord' from module `Data.Char' is redundant
[5 of 7] Compiling Text.XML.Light.Input ( Text/XML/Light/Input.hs, dist/build/Text/XML/Light/Input.o )
[6 of 7] Compiling Text.XML.Light.Cursor ( Text/XML/Light/Cursor.hs, dist/build/Text/XML/Light/Cursor.o )
[7 of 7] Compiling Text.XML.Light ( Text/XML/Light.hs, dist/build/Text/XML/Light.o )
Registering xml-1.3.8...
Installing library in /Users/aku/.cabal/lib/xml-1.3.8/ghc-7.0.3
Registering xml-1.3.8...
Downloading xss-sanitize-0.2.6...
Configuring xss-sanitize-0.2.6...
Preprocessing library xss-sanitize-0.2.6...
Building xss-sanitize-0.2.6...
[1 of 1] Compiling Text.HTML.SanitizeXSS ( Text/HTML/SanitizeXSS.hs, dist/build/Text/HTML/SanitizeXSS.o )
Registering xss-sanitize-0.2.6...
Installing library in /Users/aku/.cabal/lib/xss-sanitize-0.2.6/ghc-7.0.3
Registering xss-sanitize-0.2.6...
Downloading zlib-bindings-0.0.0...
Configuring zlib-bindings-0.0.0...
Preprocessing library zlib-bindings-0.0.0...
Preprocessing executables for zlib-bindings-0.0.0...
Building zlib-bindings-0.0.0...
[1 of 1] Compiling Codec.Zlib ( Codec/Zlib.hs, dist/build/Codec/Zlib.o )
Registering zlib-bindings-0.0.0...
Installing library in /Users/aku/.cabal/lib/zlib-bindings-0.0.0/ghc-7.0.3
Registering zlib-bindings-0.0.0...
Downloading wai-extra-0.4.0...
Configuring wai-extra-0.4.0...
Preprocessing library wai-extra-0.4.0...
Building wai-extra-0.4.0...
[ 1 of 12] Compiling Network.Wai.Parse ( Network/Wai/Parse.hs, dist/build/Network/Wai/Parse.o )
[ 2 of 12] Compiling Network.Wai.Middleware.Vhost ( Network/Wai/Middleware/Vhost.hs, dist/build/Network/Wai/Middleware/Vhost.o )
[ 3 of 12] Compiling Network.Wai.Middleware.Rewrite ( Network/Wai/Middleware/Rewrite.hs, dist/build/Network/Wai/Middleware/Rewrite.o )
[ 4 of 12] Compiling Network.Wai.Middleware.MethodOverride ( Network/Wai/Middleware/MethodOverride.hs, dist/build/Network/Wai/Middleware/MethodOverride.o )
[ 5 of 12] Compiling Network.Wai.Middleware.Jsonp ( Network/Wai/Middleware/Jsonp.hs, dist/build/Network/Wai/Middleware/Jsonp.o )
[ 6 of 12] Compiling Network.Wai.Zlib ( Network/Wai/Zlib.hs, dist/build/Network/Wai/Zlib.o )
[ 7 of 12] Compiling Network.Wai.Middleware.Gzip ( Network/Wai/Middleware/Gzip.hs, dist/build/Network/Wai/Middleware/Gzip.o )
[ 8 of 12] Compiling Network.Wai.Middleware.Debug ( Network/Wai/Middleware/Debug.hs, dist/build/Network/Wai/Middleware/Debug.o )
[ 9 of 12] Compiling Network.Wai.Middleware.CleanPath ( Network/Wai/Middleware/CleanPath.hs, dist/build/Network/Wai/Middleware/CleanPath.o )
[10 of 12] Compiling Network.Wai.Middleware.Autohead ( Network/Wai/Middleware/Autohead.hs, dist/build/Network/Wai/Middleware/Autohead.o )
[11 of 12] Compiling Network.Wai.Middleware.AcceptOverride ( Network/Wai/Middleware/AcceptOverride.hs, dist/build/Network/Wai/Middleware/AcceptOverride.o )
[12 of 12] Compiling Network.Wai.Handler.CGI ( Network/Wai/Handler/CGI.hs, dist/build/Network/Wai/Handler/CGI.o )
Network/Wai/Handler/CGI.hs:150:1:
Warning: Pattern match(es) are overlapped
In an equation for `cleanupVarName':
cleanupVarName ('H' : 'T' : 'T' : 'P' : '_' : a : as) = ...
Registering wai-extra-0.4.0...
Installing library in /Users/aku/.cabal/lib/wai-extra-0.4.0/ghc-7.0.3
Registering wai-extra-0.4.0...
Downloading yesod-core-0.8.0...
Configuring yesod-core-0.8.0...
Preprocessing library yesod-core-0.8.0...
Preprocessing executables for yesod-core-0.8.0...
Building yesod-core-0.8.0...
[ 1 of 12] Compiling Yesod.Internal.Session ( Yesod/Internal/Session.hs, dist/build/Yesod/Internal/Session.o )
[ 2 of 12] Compiling Paths_yesod_core ( dist/build/autogen/Paths_yesod_core.hs, dist/build/Paths_yesod_core.o )
[ 3 of 12] Compiling Yesod.Internal ( Yesod/Internal.hs, dist/build/Yesod/Internal.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package web-routes-quasi-0.7.0 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package blaze-builder-enumerator-0.2.0.2 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package zlib-0.5.3.1 ... linking ... done.
Loading package zlib-bindings-0.0.0 ... linking ... done.
Loading package wai-extra-0.4.0 ... linking ... done.
Loading package base-unicode-symbols-0.2.1.5 ... linking ... done.
Loading package monad-control-0.2.0.1 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package hamlet-0.8.0 ... linking ... done.
Loading package cookie-0.2.1 ... linking ... done.
Loading package random-1.0.0.3 ... linking ... done.
Loading package clientsession-0.6.0 ... linking ... done.
Loading package cereal-0.3.1.0 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[ 4 of 12] Compiling Yesod.Internal.Request ( Yesod/Internal/Request.hs, dist/build/Yesod/Internal/Request.o )
[ 5 of 12] Compiling Yesod.Content ( Yesod/Content.hs, dist/build/Yesod/Content.o )
[ 6 of 12] Compiling Yesod.Handler ( Yesod/Handler.hs, dist/build/Yesod/Handler.o )
[ 7 of 12] Compiling Yesod.Request ( Yesod/Request.hs, dist/build/Yesod/Request.o )
[ 8 of 12] Compiling Yesod.Widget ( Yesod/Widget.hs, dist/build/Yesod/Widget.o )
[ 9 of 12] Compiling Yesod.Internal.Core ( Yesod/Internal/Core.hs, dist/build/Yesod/Internal/Core.o )
Yesod/Internal/Core.hs:487:9:
Warning: Defined but not used: `cssToHtml'
Yesod/Internal/Core.hs:489:9:
Warning: Defined but not used: `celper'
[10 of 12] Compiling Yesod.Internal.Dispatch ( Yesod/Internal/Dispatch.hs, dist/build/Yesod/Internal/Dispatch.o )
[11 of 12] Compiling Yesod.Dispatch ( Yesod/Dispatch.hs, dist/build/Yesod/Dispatch.o )
[12 of 12] Compiling Yesod.Core ( Yesod/Core.hs, dist/build/Yesod/Core.o )
Registering yesod-core-0.8.0...
Installing library in /Users/aku/.cabal/lib/yesod-core-0.8.0/ghc-7.0.3
Registering yesod-core-0.8.0...
Downloading yesod-json-0.1.0...
Configuring yesod-json-0.1.0...
Preprocessing library yesod-json-0.1.0...
Building yesod-json-0.1.0...
[1 of 1] Compiling Yesod.Json ( Yesod/Json.hs, dist/build/Yesod/Json.o )
Registering yesod-json-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-json-0.1.0/ghc-7.0.3
Registering yesod-json-0.1.0...
Downloading yesod-persistent-0.1.0...
Configuring yesod-persistent-0.1.0...
Preprocessing library yesod-persistent-0.1.0...
Building yesod-persistent-0.1.0...
[1 of 1] Compiling Yesod.Persist ( Yesod/Persist.hs, dist/build/Yesod/Persist.o )
Registering yesod-persistent-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-persistent-0.1.0/ghc-7.0.3
Registering yesod-persistent-0.1.0...
Downloading yesod-form-0.1.0...
Configuring yesod-form-0.1.0...
Preprocessing library yesod-form-0.1.0...
Building yesod-form-0.1.0...
[1 of 8] Compiling Yesod.Form.Core ( Yesod/Form/Core.hs, dist/build/Yesod/Form/Core.o )
[2 of 8] Compiling Yesod.Form.Profiles ( Yesod/Form/Profiles.hs, dist/build/Yesod/Form/Profiles.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package base-unicode-symbols-0.2.1.5 ... linking ... done.
Loading package monad-control-0.2.0.1 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package stm-2.2.0.1 ... linking ... done.
Loading package pool-0.1.0.2 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package persistent-0.5.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package web-routes-quasi-0.7.0 ... linking ... done.
Loading package persistent-template-0.5.0 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package cereal-0.3.1.0 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package random-1.0.0.3 ... linking ... done.
Loading package clientsession-0.6.0 ... linking ... done.
Loading package cookie-0.2.1 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package hamlet-0.8.0 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package blaze-builder-enumerator-0.2.0.2 ... linking ... done.
Loading package zlib-0.5.3.1 ... linking ... done.
Loading package zlib-bindings-0.0.0 ... linking ... done.
Loading package wai-extra-0.4.0 ... linking ... done.
Loading package yesod-core-0.8.0 ... linking ... done.
Loading package yesod-persistent-0.1.0 ... linking ... done.
Loading package tagsoup-0.12 ... linking ... done.
Loading package utf8-string-0.3.6 ... linking ... done.
Loading package xss-sanitize-0.2.6 ... linking ... done.
Loading package ranges-0.2.3 ... linking ... done.
Loading package email-validate-0.2.6 ... linking ... done.
Loading package data-default-0.2.0.1 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[3 of 8] Compiling Yesod.Form.Jquery ( Yesod/Form/Jquery.hs, dist/build/Yesod/Form/Jquery.o )
[4 of 8] Compiling Yesod.Form.Nic ( Yesod/Form/Nic.hs, dist/build/Yesod/Form/Nic.o )
[5 of 8] Compiling Yesod.Form.Fields ( Yesod/Form/Fields.hs, dist/build/Yesod/Form/Fields.o )
[6 of 8] Compiling Yesod.Form.Class ( Yesod/Form/Class.hs, dist/build/Yesod/Form/Class.o )
[7 of 8] Compiling Yesod.Form ( Yesod/Form.hs, dist/build/Yesod/Form.o )
[8 of 8] Compiling Yesod.Helpers.Crud ( Yesod/Helpers/Crud.hs, dist/build/Yesod/Helpers/Crud.o )
Registering yesod-form-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-form-0.1.0/ghc-7.0.3
Registering yesod-form-0.1.0...
Downloading yesod-static-0.1.0...
Configuring yesod-static-0.1.0...
Preprocessing library yesod-static-0.1.0...
Preprocessing executables for yesod-static-0.1.0...
Building yesod-static-0.1.0...
[1 of 1] Compiling Yesod.Helpers.Static ( Yesod/Helpers/Static.hs, dist/build/Yesod/Helpers/Static.o )
Registering yesod-static-0.1.0...
Installing library in /Users/aku/.cabal/lib/yesod-static-0.1.0/ghc-7.0.3
Registering yesod-static-0.1.0...
Downloading zlib-enum-0.2.1...
Configuring zlib-enum-0.2.1...
Preprocessing library zlib-enum-0.2.1...
Preprocessing executables for zlib-enum-0.2.1...
Building zlib-enum-0.2.1...
[1 of 1] Compiling Codec.Zlib.Enum ( Codec/Zlib/Enum.hs, dist/build/Codec/Zlib/Enum.o )
Registering zlib-enum-0.2.1...
Installing library in /Users/aku/.cabal/lib/zlib-enum-0.2.1/ghc-7.0.3
Registering zlib-enum-0.2.1...
Downloading http-enumerator-0.6.0.2...
Configuring http-enumerator-0.6.0.2...
Preprocessing library http-enumerator-0.6.0.2...
Preprocessing executables for http-enumerator-0.6.0.2...
Building http-enumerator-0.6.0.2...
[1 of 3] Compiling Network.HTTP.Enumerator.HttpParser ( Network/HTTP/Enumerator/HttpParser.hs, dist/build/Network/HTTP/Enumerator/HttpParser.o )
[2 of 3] Compiling Network.TLS.Client.Enumerator ( Network/TLS/Client/Enumerator.hs, dist/build/Network/TLS/Client/Enumerator.o )
[3 of 3] Compiling Network.HTTP.Enumerator ( Network/HTTP/Enumerator.hs, dist/build/Network/HTTP/Enumerator.o )
Registering http-enumerator-0.6.0.2...
Installing library in /Users/aku/.cabal/lib/http-enumerator-0.6.0.2/ghc-7.0.3
Registering http-enumerator-0.6.0.2...
Downloading authenticate-0.9.0...
Configuring authenticate-0.9.0...
Preprocessing library authenticate-0.9.0...
Building authenticate-0.9.0...
[ 1 of 10] Compiling OpenId2.XRDS ( OpenId2/XRDS.hs, dist/build/OpenId2/XRDS.o )
[ 2 of 10] Compiling Web.Authenticate.OpenId.Providers ( Web/Authenticate/OpenId/Providers.hs, dist/build/Web/Authenticate/OpenId/Providers.o )
[ 3 of 10] Compiling Web.Authenticate.Internal ( Web/Authenticate/Internal.hs, dist/build/Web/Authenticate/Internal.o )
[ 4 of 10] Compiling OpenId2.Types ( OpenId2/Types.hs, dist/build/OpenId2/Types.o )
[ 5 of 10] Compiling OpenId2.Normalization ( OpenId2/Normalization.hs, dist/build/OpenId2/Normalization.o )
[ 6 of 10] Compiling OpenId2.Discovery ( OpenId2/Discovery.hs, dist/build/OpenId2/Discovery.o )
OpenId2/Discovery.hs:36:1:
Warning: The import of `Text' from module `Data.Text' is redundant
[ 7 of 10] Compiling Web.Authenticate.OpenId ( Web/Authenticate/OpenId.hs, dist/build/Web/Authenticate/OpenId.o )
Web/Authenticate/OpenId.hs:17:1:
Warning: The import of `Data.ByteString.UTF8' is redundant
except perhaps to import instances from `Data.ByteString.UTF8'
To import instances alone, use: import Data.ByteString.UTF8()
[ 8 of 10] Compiling Web.Authenticate.OAuth ( Web/Authenticate/OAuth.hs, dist/build/Web/Authenticate/OAuth.o )
[ 9 of 10] Compiling Web.Authenticate.Facebook ( Web/Authenticate/Facebook.hs, dist/build/Web/Authenticate/Facebook.o )
Web/Authenticate/Facebook.hs:13:1:
Warning: The import of `Data.List' is redundant
except perhaps to import instances from `Data.List'
To import instances alone, use: import Data.List()
Web/Authenticate/Facebook.hs:16:1:
Warning: The import of `Web.Authenticate.Internal' is redundant
except perhaps to import instances from `Web.Authenticate.Internal'
To import instances alone, use: import Web.Authenticate.Internal()
Web/Authenticate/Facebook.hs:22:1:
Warning: The import of `pack' from module `Data.Text' is redundant
Web/Authenticate/Facebook.hs:88:1:
Warning: Defined but not used: `getGraphData''
[10 of 10] Compiling Web.Authenticate.Rpxnow ( Web/Authenticate/Rpxnow.hs, dist/build/Web/Authenticate/Rpxnow.o )
Registering authenticate-0.9.0...
Installing library in /Users/aku/.cabal/lib/authenticate-0.9.0/ghc-7.0.3
Registering authenticate-0.9.0...
Downloading yesod-auth-0.4.0...
Configuring yesod-auth-0.4.0...
Preprocessing library yesod-auth-0.4.0...
Building yesod-auth-0.4.0...
[1 of 8] Compiling Yesod.Helpers.Auth ( Yesod/Helpers/Auth.hs, dist/build/Yesod/Helpers/Auth.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package deepseq-1.1.0.2 ... linking ... done.
Loading package attoparsec-0.8.5.3 ... linking ... done.
Loading package text-0.11.0.6 ... linking ... done.
Loading package blaze-builder-0.3.0.0 ... linking ... done.
Loading package hashable-1.1.1.0 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package syb-0.3 ... linking ... done.
Loading package time-1.2.0.3 ... linking ... done.
Loading package unordered-containers-0.1.2.0 ... linking ... done.
Loading package primitive-0.3.1 ... linking ... done.
Loading package vector-0.7.0.1 ... linking ... done.
Loading package aeson-0.3.2.4 ... linking ... done.
Loading package blaze-html-0.4.1.1 ... linking ... done.
Loading package case-insensitive-0.2.0.1 ... linking ... done.
Loading package cereal-0.3.1.0 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package random-1.0.0.3 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package clientsession-0.6.0 ... linking ... done.
Loading package cookie-0.2.1 ... linking ... done.
Loading package enumerator-0.4.9.1 ... linking ... done.
Loading package failure-0.1.0.1 ... linking ... done.
Loading package parsec-3.1.1 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package hamlet-0.8.0 ... linking ... done.
Loading package http-types-0.6.2 ... linking ... done.
Loading package base-unicode-symbols-0.2.1.5 ... linking ... done.
Loading package monad-control-0.2.0.1 ... linking ... done.
Loading package network-2.3.0.2 ... linking ... done.
Loading package wai-0.4.0 ... linking ... done.
Loading package blaze-builder-enumerator-0.2.0.2 ... linking ... done.
Loading package zlib-0.5.3.1 ... linking ... done.
Loading package zlib-bindings-0.0.0 ... linking ... done.
Loading package wai-extra-0.4.0 ... linking ... done.
Loading package web-routes-quasi-0.7.0 ... linking ... done.
Loading package yesod-core-0.8.0 ... linking ... done.
Loading package yesod-json-0.1.0 ... linking ... done.
Loading package data-default-0.2.0.1 ... linking ... done.
Loading package ranges-0.2.3 ... linking ... done.
Loading package email-validate-0.2.6 ... linking ... done.
Loading package stm-2.2.0.1 ... linking ... done.
Loading package pool-0.1.0.2 ... linking ... done.
Loading package persistent-0.5.0 ... linking ... done.
Loading package tagsoup-0.12 ... linking ... done.
Loading package utf8-string-0.3.6 ... linking ... done.
Loading package xss-sanitize-0.2.6 ... linking ... done.
Loading package persistent-template-0.5.0 ... linking ... done.
Loading package yesod-persistent-0.1.0 ... linking ... done.
Loading package yesod-form-0.1.0 ... linking ... done.
Loading package dataenc-0.14 ... linking ... done.
Loading package mime-mail-0.3.0 ... linking ... done.
Loading package attempt-0.3.0 ... linking ... done.
Loading package control-monad-attempt-0.3.0 ... linking ... done.
Loading package binary-0.5.0.2 ... linking ... done.
Loading package SHA-1.4.1.3 ... linking ... done.
Loading package largeword-1.0.0 ... linking ... done.
Loading package tagged-0.2 ... linking ... done.
Loading package crypto-api-0.6.1 ... linking ... done.
Loading package pureMD5-2.1.0.3 ... linking ... done.
Loading package RSA-1.0.6.1 ... linking ... done.
Loading package base64-bytestring-0.1.0.2 ... linking ... done.
Loading package attoparsec-enumerator-0.2.0.3 ... linking ... done.
Loading package asn1-data-0.4.6 ... linking ... done.
Loading package certificate-0.7.0 ... linking ... done.
Loading package cryptocipher-0.2.8 ... linking ... done.
Loading package cryptohash-0.7.0 ... linking ... done.
Loading package tls-0.5.1 ... linking ... done.
Loading package tls-extra-0.1.9 ... linking ... done.
Loading package zlib-enum-0.2.1 ... linking ... done.
Loading package http-enumerator-0.6.0.2 ... linking ... done.
Loading package xml-1.3.8 ... linking ... done.
Loading package authenticate-0.9.0 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
[2 of 8] Compiling Yesod.Helpers.Auth.Dummy ( Yesod/Helpers/Auth/Dummy.hs, dist/build/Yesod/Helpers/Auth/Dummy.o )
[3 of 8] Compiling Yesod.Helpers.Auth.Email ( Yesod/Helpers/Auth/Email.hs, dist/build/Yesod/Helpers/Auth/Email.o )
[4 of 8] Compiling Yesod.Helpers.Auth.Facebook ( Yesod/Helpers/Auth/Facebook.hs, dist/build/Yesod/Helpers/Auth/Facebook.o )
[5 of 8] Compiling Yesod.Helpers.Auth.OpenId ( Yesod/Helpers/Auth/OpenId.hs, dist/build/Yesod/Helpers/Auth/OpenId.o )
[6 of 8] Compiling Yesod.Helpers.Auth.OAuth ( Yesod/Helpers/Auth/OAuth.hs, dist/build/Yesod/Helpers/Auth/OAuth.o )
[7 of 8] Compiling Yesod.Helpers.Auth.Rpxnow ( Yesod/Helpers/Auth/Rpxnow.hs, dist/build/Yesod/Helpers/Auth/Rpxnow.o )
[8 of 8] Compiling Yesod.Helpers.Auth.HashDB ( Yesod/Helpers/Auth/HashDB.hs, dist/build/Yesod/Helpers/Auth/HashDB.o )
Yesod/Helpers/Auth/HashDB.hs:84:1:
Warning: Defined but not used: `userUsername'
Registering yesod-auth-0.4.0...
Installing library in /Users/aku/.cabal/lib/yesod-auth-0.4.0/ghc-7.0.3
Registering yesod-auth-0.4.0...
cabal: Error: some packages failed to install:
hjsmin-0.0.14 depends on utf8-light-0.4 which failed to install.
language-javascript-0.4.4 depends on utf8-light-0.4 which failed to install.
utf8-light-0.4 failed during the building phase. The exception was:
ExitFailure 1
yesod-0.8.0 depends on utf8-light-0.4 which failed to install.
# The solution is to force GHC to use GCC instead of LLVM:
~/ $ cabal install utf8-light --ghc-options=-pgmc=/usr/bin/gcc-4.2
@eagleflo
Copy link
Author

Tried installing these with a 64-bit GHC and didn't encounter any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment