Updated Haskell packages.

- accelerate-cuda: updated to version 0.12.1.0
 - accelerate-examples: updated to version 0.12.1.0
 - accelerate-io: updated to version 0.12.1.0
 - accelerate: updated to version 0.12.1.0
 - hakyll: updated to version 3.3.0.1
 - pandoc: updated to version 1.9.4.1
 - Vec: updated to version 0.9.9

svn path=/nixpkgs/trunk/; revision=34431
This commit is contained in:
Peter Simons 2012-06-11 07:04:40 +00:00
parent ea102b34f6
commit 58f3a6e25e
7 changed files with 17 additions and 19 deletions

View file

@ -1,10 +1,9 @@
{ cabal, QuickCheck }: { cabal }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "Vec"; pname = "Vec";
version = "0.9.8"; version = "0.9.9";
sha256 = "0yaqy0p2jh2ajf8897vsxl5w6bmavixn6n5cc7w8kdnybpbdms6v"; sha256 = "1ms6w8003aplcndqglw2gxj0ji4m3jki9ndj5gni24w8dqiy5x47";
buildDepends = [ QuickCheck ];
meta = { meta = {
homepage = "http://graphics.cs.ucdavis.edu/~sdillard/Vec"; homepage = "http://graphics.cs.ucdavis.edu/~sdillard/Vec";
description = "Fixed-length lists and low-dimensional linear algebra"; description = "Fixed-length lists and low-dimensional linear algebra";

View file

@ -1,16 +1,15 @@
{ cabal, accelerate, binary, blazeBuilder, cryptohash, cuda { cabal, accelerate, binary, blazeBuilder, cryptohash, cuda
, fclabels, filepath, hashable, hashtables, languageCQuote , fclabels, filepath, hashable, hashtables, languageCQuote
, mainlandPretty, mtl, srcloc, symbol, transformers , mainlandPretty, mtl, srcloc, transformers, unorderedContainers
, unorderedContainers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "accelerate-cuda"; pname = "accelerate-cuda";
version = "0.12.0.0"; version = "0.12.1.0";
sha256 = "1h8rx8jcv3x7hg8fr23fzy59lcv72rb914vyczs40bgfr4cgdaaa"; sha256 = "1y6viivizv4frdh3xk5wqhs7wwnhqyjr9wid1y1d5l42mz41vp84";
buildDepends = [ buildDepends = [
accelerate binary blazeBuilder cryptohash cuda fclabels filepath accelerate binary blazeBuilder cryptohash cuda fclabels filepath
hashable hashtables languageCQuote mainlandPretty mtl srcloc symbol hashable hashtables languageCQuote mainlandPretty mtl srcloc
transformers unorderedContainers transformers unorderedContainers
]; ];
meta = { meta = {

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "accelerate-examples"; pname = "accelerate-examples";
version = "0.12.0.0"; version = "0.12.1.0";
sha256 = "08mkfr46vl8vgcsxvmbs499frvybfq0chbcj1chpb8rwy8w9fa9h"; sha256 = "0vlax90yy9h4ljm87ffmnqv881nr4ssbc968mbbwi2704hn4chhb";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "accelerate-io"; pname = "accelerate-io";
version = "0.12.0.0"; version = "0.12.1.0";
sha256 = "0jc6vcxmji11kj041cds6j90by3mvaybswgmsiflxdlf4zlagd6h"; sha256 = "1hcyshzfh7ldswv7sjklxlw5h1hx7spx6dy23bvdryrkq929gb8a";
buildDepends = [ accelerate repa vector ]; buildDepends = [ accelerate repa vector ];
meta = { meta = {
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/"; homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "accelerate"; pname = "accelerate";
version = "0.12.0.0"; version = "0.12.1.0";
sha256 = "1hb1zqsh8598brnjhdds8knp9dfsdlshrx5c7lj4pgl37gqyb5q5"; sha256 = "1zvrb36xvvzfdl0k7a25329mdplwa76k9wk0yf3za3j0kb20d4f4";
meta = { meta = {
homepage = "https://github.com/AccelerateHS/accelerate/"; homepage = "https://github.com/AccelerateHS/accelerate/";
description = "An embedded language for accelerated array processing"; description = "An embedded language for accelerated array processing";

View file

@ -5,8 +5,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "3.3.0.0"; version = "3.3.0.1";
sha256 = "0ljfdmmqigdzg8vaj502vrsz4i6ynaw3vhc9ys24m9xcqdmyha4h"; sha256 = "1rymj7j97803hy7nv235m29m0rird1c0ik81mkaicdfiabkihmrq";
buildDepends = [ buildDepends = [
binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet
mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc"; pname = "pandoc";
version = "1.9.4"; version = "1.9.4.1";
sha256 = "0rqj9a3pkbhlqsmpxvjzahn992lm1pdg1bry677y8f5203ji10p2"; sha256 = "0n3jfk7b1vn8b1ryys6lm1drdx469q26gi0chzlf0wss1ss07x78";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [