forked from mirrors/nixpkgs
haskell-project-template: update to version 0.1.3
This commit is contained in:
parent
6645b88e8d
commit
130e43711a
|
@ -1,15 +1,14 @@
|
||||||
{ cabal, base64Bytestring, base64Conduit, classyPreludeConduit
|
{ cabal, base64Bytestring, base64Conduit, classyPrelude, conduit
|
||||||
, conduit, mtl, resourcet, systemFileio, systemFilepath, text
|
, mtl, resourcet, systemFileio, systemFilepath, text, transformers
|
||||||
, transformers
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "project-template";
|
pname = "project-template";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
sha256 = "16rgarx78jwiimh3q8flxvmfraxmc1dxl8r04q4j1p9ap3mnvg61";
|
sha256 = "1nsc4i3s9a7d0nysswhylvnr79z0ax9biiwr7b6jn7jzx0f2bdmm";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring base64Conduit classyPreludeConduit conduit mtl
|
base64Bytestring base64Conduit classyPrelude conduit mtl resourcet
|
||||||
resourcet systemFileio systemFilepath text transformers
|
systemFileio systemFilepath text transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fpco/haskell-ide";
|
homepage = "https://github.com/fpco/haskell-ide";
|
||||||
|
|
Loading…
Reference in a new issue