mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
haskell-project-template: update to version 0.1.3.2
This commit is contained in:
parent
17f8b63837
commit
0d0679d169
@ -1,19 +1,19 @@
|
||||
{ cabal, base64Bytestring, base64Conduit, classyPrelude, conduit
|
||||
{ cabal, base64Bytestring, base64Conduit, basicPrelude, conduit
|
||||
, hspec, mtl, QuickCheck, resourcet, systemFileio, systemFilepath
|
||||
, text, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "project-template";
|
||||
version = "0.1.3";
|
||||
sha256 = "1nsc4i3s9a7d0nysswhylvnr79z0ax9biiwr7b6jn7jzx0f2bdmm";
|
||||
version = "0.1.3.2";
|
||||
sha256 = "076xq5hwi7bfn3cmx8zd19vnj6lj2p7qm2waam94qqw2m466xq50";
|
||||
buildDepends = [
|
||||
base64Bytestring base64Conduit classyPrelude conduit mtl resourcet
|
||||
base64Bytestring base64Conduit basicPrelude conduit mtl resourcet
|
||||
systemFileio systemFilepath text transformers
|
||||
];
|
||||
testDepends = [
|
||||
base64Bytestring classyPrelude conduit hspec QuickCheck
|
||||
transformers
|
||||
base64Bytestring basicPrelude conduit hspec QuickCheck
|
||||
systemFilepath text transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/fpco/haskell-ide";
|
||||
|
Loading…
Reference in New Issue
Block a user