haskell-project-template: update to version 0.1.1
This commit is contained in:
parent
5c74cfb12f
commit
fa0160d575
@ -1,14 +1,15 @@
|
|||||||
{ cabal, base64Bytestring, classyPreludeConduit, conduit, mtl
|
{ cabal, base64Bytestring, base64Conduit, classyPreludeConduit
|
||||||
, systemFileio, systemFilepath, text, transformers
|
, conduit, mtl, resourcet, systemFileio, systemFilepath, text
|
||||||
|
, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "project-template";
|
pname = "project-template";
|
||||||
version = "0.1.0.1";
|
version = "0.1.1";
|
||||||
sha256 = "0ahmdlfn48yz8fj7199w0qsa1dbbxr21bs9hq1lnm3s2p4qiki23";
|
sha256 = "186hqfhhl77yq9gqiw59jbnkk7xmpljqfwwilzjkjknf3ifhs5na";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring classyPreludeConduit conduit mtl systemFileio
|
base64Bytestring base64Conduit classyPreludeConduit conduit mtl
|
||||||
systemFilepath text transformers
|
resourcet systemFileio systemFilepath text transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fpco/haskell-ide";
|
homepage = "https://github.com/fpco/haskell-ide";
|
||||||
|
Loading…
Reference in New Issue
Block a user