Skip to content

Instantly share code, notes, and snippets.

@zbskii
Created July 8, 2011 16:58
Show Gist options
  • Save zbskii/1072265 to your computer and use it in GitHub Desktop.
Save zbskii/1072265 to your computer and use it in GitHub Desktop.
./haskell-bcrypt.cabal has been changed. Re-configuring with most recently
used options. If this fails, please run configure manually.
Configuring haskell-bcrypt-0.1...
Dependency base ==4.3.1.0: using base-4.3.1.0
Dependency bytestring ==0.9.1.10: using bytestring-0.9.1.10
Using Cabal-1.10.1.0 compiled by ghc-7.0
Using compiler: ghc-7.0.3
Using install prefix:
/Users/brett/Library/Haskell/ghc-7.0.3/lib/haskell-bcrypt-0.1
Binaries installed in:
/Users/brett/Library/Haskell/ghc-7.0.3/lib/haskell-bcrypt-0.1/bin
Libraries installed in:
/Users/brett/Library/Haskell/ghc-7.0.3/lib/haskell-bcrypt-0.1/lib
Private binaries installed in:
/Users/brett/Library/Haskell/ghc-7.0.3/lib/haskell-bcrypt-0.1/libexec
Data files installed in:
/Users/brett/Library/Haskell/ghc-7.0.3/lib/haskell-bcrypt-0.1/share
Documentation installed in:
/Users/brett/Library/Haskell/ghc-7.0.3/lib/haskell-bcrypt-0.1/doc
{-# LINE 1 "BCrypt.hsc" #-}
Using alex version 2.3.5 found on system at: /usr/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No ffihugs found
Using gcc version 4.2.1 found on system at: /usr/bin/gcc
Using ghc version 7.0.3 found on system at: /usr/bin/ghc
Using ghc-pkg version 7.0.3 found on system at: /usr/bin/ghc-pkg
No greencard found
Using haddock version 2.9.2 found on system at: /usr/bin/haddock
Using happy version 1.18.6 found on system at: /usr/bin/happy
No hmake found
Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
No hscolour found
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
Using pkg-config version 0.25 found on system at: /usr/local/bin/pkg-config
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /usr/bin/tar
No uhc found
Creating dist/build (and its parents)
Creating dist/build/autogen (and its parents)
Preprocessing library haskell-bcrypt-0.1...
Building haskell-bcrypt-0.1...
Building library...
Creating dist/build (and its parents)
/usr/bin/ghc --make -package-name haskell-bcrypt-0.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -I. -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package-id base-4.3.1.0-167743fc0dd86f7f2a24843a933b9dce -package-id bytestring-0.9.1.10-77e44adc4117472276bab802bea3c036 -O -XHaskell98 BCrypt
dist/build/BCrypt.hs:1:1:
File name does not match module name:
Saw: `Main'
Expected: `BCrypt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment