haskell-project-template: update to version 0.1.3.2

This commit is contained in:
Peter Simons 2013-09-08 22:05:40 +02:00
parent 17f8b63837
commit 0d0679d169

View File

@ -1,19 +1,19 @@
{ cabal, base64Bytestring, base64Conduit, classyPrelude, conduit { cabal, base64Bytestring, base64Conduit, basicPrelude, conduit
, hspec, mtl, QuickCheck, resourcet, systemFileio, systemFilepath , hspec, mtl, QuickCheck, resourcet, systemFileio, systemFilepath
, text, transformers , text, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "project-template"; pname = "project-template";
version = "0.1.3"; version = "0.1.3.2";
sha256 = "1nsc4i3s9a7d0nysswhylvnr79z0ax9biiwr7b6jn7jzx0f2bdmm"; sha256 = "076xq5hwi7bfn3cmx8zd19vnj6lj2p7qm2waam94qqw2m466xq50";
buildDepends = [ buildDepends = [
base64Bytestring base64Conduit classyPrelude conduit mtl resourcet base64Bytestring base64Conduit basicPrelude conduit mtl resourcet
systemFileio systemFilepath text transformers systemFileio systemFilepath text transformers
]; ];
testDepends = [ testDepends = [
base64Bytestring classyPrelude conduit hspec QuickCheck base64Bytestring basicPrelude conduit hspec QuickCheck
transformers systemFilepath text transformers
]; ];
meta = { meta = {
homepage = "https://github.com/fpco/haskell-ide"; homepage = "https://github.com/fpco/haskell-ide";