3
0
Fork 0
forked from mirrors/nixpkgs

haskell-repa: downgraded to 2.1.1.2

repa-examples doesn't compile with the latest version of repa.

svn path=/nixpkgs/trunk/; revision=28453
This commit is contained in:
Peter Simons 2011-08-10 08:26:15 +00:00
parent 70f794471f
commit e51e662b4b

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "repa";
version = "2.1.1.3";
sha256 = "1qnms2ivy1bq8lv150v0dvlsc05hlbfm3rwwsmqyfagy1bziqbma";
version = "2.1.1.2";
sha256 = "0lvhcq46abby69i6sgcqrxljykayp1sr3rmy2nlg5cccxlj94sqi";
buildDepends = [ QuickCheck vector ];
meta = {
homepage = "http://repa.ouroborus.net";