haskell-project-template: update to version 0.1.4.1

This commit is contained in:
Peter Simons 2014-03-30 22:06:56 +02:00
parent 20395fd9d3
commit 429e248af7
1 changed files with 9 additions and 8 deletions

View File

@ -1,18 +1,19 @@
{ cabal, base64Bytestring, conduit, hspec, mtl, QuickCheck { cabal, base64Bytestring, conduit, conduitExtra, hspec, mtl
, resourcet, systemFileio, systemFilepath, text, transformers , QuickCheck, resourcet, systemFileio, systemFilepath, text
, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "project-template"; pname = "project-template";
version = "0.1.4"; version = "0.1.4.1";
sha256 = "1fmpb7jrn7mry8wq5jyxhkwyr61fknhi7p8mmqs7xn8lxwbj5904"; sha256 = "1vsx8a4kzdcwbdy47hb2wz32najsa6bqq6jkyal9nbc5ydwb65lb";
buildDepends = [ buildDepends = [
base64Bytestring conduit mtl resourcet systemFileio systemFilepath base64Bytestring conduit conduitExtra mtl resourcet systemFileio
text transformers systemFilepath text transformers
]; ];
testDepends = [ testDepends = [
base64Bytestring conduit hspec QuickCheck systemFilepath text base64Bytestring conduit hspec QuickCheck resourcet systemFilepath
transformers text transformers
]; ];
meta = { meta = {
homepage = "https://github.com/fpco/haskell-ide"; homepage = "https://github.com/fpco/haskell-ide";