haskell-haste-compiler: update to version 0.4.1

This commit is contained in:
Peter Simons 2014-08-31 13:13:17 +02:00
parent 0b537d24cf
commit 3ab26e53a5

View file

@ -1,22 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, blazeBuilder, bzlib, dataBinaryIeee754
, dataDefault, executablePath, filepath, ghcPaths, HTTP, monadsTf
, mtl, network, random, shellmate, systemFileio, tar, temporary
, time, transformers, utf8String, websockets, zipArchive
, dataDefault, either, filepath, ghcPaths, HTTP, monadsTf, mtl
, network, random, shellmate, systemFileio, tar, transformers
, utf8String, websockets
}:
cabal.mkDerivation (self: {
pname = "haste-compiler";
version = "0.3";
sha256 = "0a0hyra1h484c404d95d411l7gddaazy1ikwzlgkgzaqzd7j7dbd";
version = "0.4.1";
sha256 = "15v4c6rxz4n0wmiys6mam8xprcdq8kxnhpwcqnljshr8wlyihn8b";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary blazeBuilder bzlib dataBinaryIeee754 dataDefault
executablePath filepath ghcPaths HTTP monadsTf mtl network random
shellmate systemFileio tar temporary time transformers utf8String
websockets zipArchive
binary blazeBuilder bzlib dataBinaryIeee754 dataDefault either
filepath ghcPaths HTTP monadsTf mtl network random shellmate
systemFileio tar transformers utf8String websockets
];
meta = {
homepage = "http://github.com/valderman/haste-compiler";