Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. OMG - Cabal again... (Gregory Guthrie)
----------------------------------------------------------------------
Message: 1
Date: Wed, 25 Dec 2013 11:38:50 -0600
From: Gregory Guthrie <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [Haskell-beginners] OMG - Cabal again...
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="us-ascii"
YACP - Yet another cabal problem...
Trying to install criterion, which fails for test-framework, which fails for
regex, which fails for mtl, which reports that it is fine and installed!
Is there any simple recipe to restart the libraries for cabal (on windows)?
C:\Users\guthrie>cabal install criterion
Resolving dependencies...
In order, the following will be installed:
...
criterion-0.8.0.0 depends on test-framework-0.8.0.3 which failed to install.
hastache-0.5.1 failed during the building phase. The exception was: ExitFailure
1
math-functions-0.1.4.0 failed during the building phase. The exception was:
ExitFailure 1
monad-par-0.3.4.6 depends on test-framework-0.8.0.3 which failed to install.
monad-par-extras-0.3.3 failed during the building phase. The exception was:
ExitFailure 1
mwc-random-0.13.1.0 failed during the building phase. The exception was:
ExitFailure 1
statistics-0.10.5.1 depends on test-framework-0.8.0.3 which failed to install.
test-framework-0.8.0.3 failed during the configure step. The exception was:
ExitFailure 1
test-framework-hunit-0.3.0.1 depends on test-framework-0.8.0.3 which failed to
install.
vector-algorithms-0.6.0.1 depends on mwc-random-0.13.1.0 which failed to
install.
vector-binary-instances-0.2.1.0 failed during the building phase. The exception
was: ExitFailure 1
C:\Users\guthrie>cabal install test-framework
Resolving dependencies...
Configuring test-framework-0.8.0.3...
cabal: The following installed packages are broken because other packages they
depend on are missing. These broken packages must be rebuilt before they can be
used.
package regex-base-0.93.2 is broken due to missing package
mtl-2.1.2-5337caef659244e51e2f5fb2e944d97f
Failed to install test-framework-0.8.0.3
cabal: Error: some packages failed to install:
test-framework-0.8.0.3 failed during the configure step. The exception was:
ExitFailure 1
C:\Users\guthrie>cabal install mtl
Resolving dependencies...
All the requested packages are already installed: mtl-2.1.2
Use --reinstall if you want to reinstall anyway.
-------------------------------------------
Dr. Gregory Guthrie
Computer Science Department
Dean, and Professor of Computer Science
School of Computer Science & Mathematics
Maharishi University of Management
-------------------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 66, Issue 20
*****************************************