haskell-project-template: update to version 0.1.4

This commit is contained in:
Peter Simons 2014-03-27 13:17:42 +01:00
parent 14bb8fae6d
commit 8470a695ed

View File

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