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