Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite compilation failure with QuickCheck 2.6 #10

Open
snoyberg opened this issue Dec 1, 2014 · 0 comments
Open

Test suite compilation failure with QuickCheck 2.6 #10

snoyberg opened this issue Dec 1, 2014 · 0 comments

Comments

@snoyberg
Copy link

snoyberg commented Dec 1, 2014

Discovered via Stackage build for GHC 7.8 with Haskell Platform:

Configuring testpack-2.1.3.0...
Flags chosen: splitbase=True
Dependency HUnit ==1.2.5.2: using HUnit-1.2.5.2
Dependency QuickCheck ==2.6: using QuickCheck-2.6
Dependency base ==4.7.0.1: using base-4.7.0.1
Dependency containers ==0.5.5.1: using containers-0.5.5.1
Dependency mtl ==2.1.3.1: using mtl-2.1.3.1
Dependency random ==1.0.1.1: using random-1.0.1.1
Using Cabal-1.20.0.2 compiled by ghc-7.8
Using compiler: ghc-7.8.3
Using install prefix: /home/ubuntu/.cabal
Binaries installed in: /home/ubuntu/haskell/stackage/sandbox/bin
Libraries installed in:
/home/ubuntu/haskell/stackage/sandbox/lib/x86_64-linux-ghc-7.8.3/testpack-2.1.3.0
Private binaries installed in: /home/ubuntu/.cabal/libexec
Data files installed in:
/home/ubuntu/haskell/stackage/sandbox/share/x86_64-linux-ghc-7.8.3/testpack-2.1.3.0
Documentation installed in:
/home/ubuntu/haskell/stackage/sandbox/share/doc/testpack-2.1.3.0
Configuration files installed in: /home/ubuntu/.cabal/etc
Using alex version 3.1.3 found on system at:
/home/ubuntu/haskell/stackage/sandbox/bin/alex
Using ar found on system at: /usr/bin/ar
Using c2hs version 0.19.1 found on system at:
/home/ubuntu/haskell/stackage/sandbox/bin/c2hs
Using cpphs version 1.18.6 found on system at:
/home/ubuntu/haskell/stackage/sandbox/bin/cpphs
No ffihugs found
Using gcc version 4.6 found on system at: /usr/bin/gcc
Using ghc version 7.8.3 found on system at: /opt/ghc/7.8.3/bin/ghc
Using ghc-pkg version 7.8.3 found on system at: /opt/ghc/7.8.3/bin/ghc-pkg
No greencard found
Using haddock version 2.14.3 found on system at:
/home/ubuntu/haskell/stackage/sandbox/bin/haddock
Using happy version 1.19.4 found on system at:
/home/ubuntu/haskell/stackage/sandbox/bin/happy
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at: /opt/ghc/7.8.3/bin/hpc
Using hsc2hs version 0.67 found on system at: /opt/ghc/7.8.3/bin/hsc2hs
Using hscolour version 1.20 found on system at:
/home/ubuntu/haskell/stackage/sandbox/bin/HsColour
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.26 found on system at: /usr/bin/pkg-config
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
Component build order: library
creating dist/build
creating dist/build/autogen
Building testpack-2.1.3.0...
Preprocessing library testpack-2.1.3.0...
Building library...
creating dist/build
/opt/ghc/7.8.3/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name testpack-2.1.3.0 -hide-all-packages -no-user-package-db -package-db /home/ubuntu/haskell/stackage/sandbox/package-db -package-db dist/package.conf.inplace -package-id HUnit-1.2.5.2-5968ced93139d48b488414df902b5d37 -package-id QuickCheck-2.6-75b24fa7d54e08a18181478c3b3dfd40 -package-id base-4.7.0.1-e4b74d27ad8c8987c63abc42a80e7335 -package-id containers-0.5.5.1-23e2a2b94d6e452c773209f31d8672c5 -package-id mtl-2.1.3.1-8bcc0591131896cfc8761a93703d4c61 -package-id random-1.0.1.1-af7f4df0d9ef461374b70286b3f49f8f -XHaskell98 -XExistentialQuantification -XCPP Test.HUnit.Tools Test.QuickCheck.Tools Test.QuickCheck.Instances
[1 of 3] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o )
[2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs, dist/build/Test/QuickCheck/Tools.o )

src/Test/QuickCheck/Tools.hs:27:65:
    Module ‘Test.QuickCheck.Property’ does not export ‘theException’
snoyberg added a commit to commercialhaskell/stackage that referenced this issue Dec 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant