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
|
||||
, conduit, mtl, resourcet, systemFileio, systemFilepath, text
|
||||
, transformers
|
||||
{ cabal, base64Bytestring, base64Conduit, classyPrelude, conduit
|
||||
, mtl, resourcet, systemFileio, systemFilepath, text, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "project-template";
|
||||
version = "0.1.2";
|
||||
sha256 = "16rgarx78jwiimh3q8flxvmfraxmc1dxl8r04q4j1p9ap3mnvg61";
|
||||
version = "0.1.3";
|
||||
sha256 = "1nsc4i3s9a7d0nysswhylvnr79z0ax9biiwr7b6jn7jzx0f2bdmm";
|
||||
buildDepends = [
|
||||
base64Bytestring base64Conduit classyPreludeConduit conduit mtl
|
||||
resourcet systemFileio systemFilepath text transformers
|
||||
base64Bytestring base64Conduit classyPrelude conduit mtl resourcet
|
||||
systemFileio systemFilepath text transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/fpco/haskell-ide";
|
||||
|
Loading…
Reference in New Issue
Block a user