Petr Rockai <[email protected]> writes:

> It turned out that the autoconf-based tarball does not build with
> QuickCheck-1.2 installed, for whatever reason, so that needs to be
> explained in release notes somehow. Since I don't have the slightest
> clue why this is the case, I'd like to ask someone (Trent?) to give a
> short blurb for the announcement that will explain people what to
> about QuickCheck to be able to build darcs.
>
> [g...@nitai darcs-2.2.0] make
> [ghc] stringify
> test -f src/Context.hs || echo unknown | ./stringify Context context > 
> src/Context.hs
> perl release/determine_release_state.pl 2.2.0
> 2.2.0 (release)
> [ghc] .depend
>  
> on the commandline:
>     Warning: -optdep-f is deprecated: Use -dep-makefile instead
>  
> src/unit.lhs:58:7:
>     Could not find module `Test.QuickCheck':
>       it is a member of package QuickCheck-1.2.0.0, which is hidden
> make: *** [.depend] Error 1
>
> (This is in .depend, and running "make darcs" didn't help, semi-obviously...)

I cannot reproduce this; I believe it was caused by running ./configure
either on a prerelease (before my bugfix patch) or while QuickCheck 2
was installed (then removing QuickCheck 2).  I ran "./configure &&
make".  QuickCheck 2 is actually installed on my system, but I have
deleted its entry in package.conf.

# ./darcs --version
2.2.0 (release)
# uname -a
Linux debian 2.6.26-1-686 #1 SMP Mon Dec 15 18:15:07 UTC 2008 i686 GNU/Linux
# ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.1
# ghc-pkg list
/usr/local/lib/ghc-6.10.1/./package.conf:
    Cabal-1.6.0.1, Diff-0.1.2, HTTP-3001.1.5, MonadRandom-0.1.3,
    QuickCheck-1.1.0.0, QuickCheck-1.2.0.0, Stream-0.2.6,
    Yampa-0.9.2.3, array-0.2.0.0, arrows-0.4.1, base-3.0.3.0,
    base-4.0.0.0, binary-0.4.4, bytestring-0.9.1.4, containers-0.2.0.0,
    cpphs-1.6, darcs-2.1.98.2, darcs-2.1.99.0, darcs-2.2.0,
    directory-1.0.0.2, filepath-1.1.0.1, fingertree-0.0, (ghc-6.10.1),
    ghc-paths-0.1.0.5, ghc-prim-0.1.0.0, haddock-2.3.0,
    haskell-src-exts-0.4.6, haskell-src-exts-0.4.8, haskell98-1.0.1.0,
    hpc-0.5.0.2, hscolour-1.10.1, hscurses-1.3.0.2, html-1.0.1.2,
    integer-0.1.0.0, mtl-1.1.0.2, network-2.2.0.1, old-locale-1.0.0.1,
    old-time-1.0.0.1, packedstring-0.1.0.1, parallel-1.1.0.0,
    parsec-2.1.0.1, parsec-3.0.0, pretty-1.0.1.0, process-1.0.1.0,
    pureMD5-0.2.4, random-1.0.0.1, regex-base-0.93.1,
    regex-compat-0.92, regex-posix-0.93.2, regex-tdfa-0.95.2,
    rosezipper-0.1, rts-1.0, stm-2.1.1.2, syb-0.1.0.0,
    template-haskell-2.3.0.0, terminfo-0.2.2.1, uniplate-1.2.0.3,
    unix-2.3.1.0, unix-compat-0.1.2.1, utf8-string-0.3.3, vty-3.1.6,
    yi-0.5.2, zlib-0.5.0.0

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to