haskell-project-template: update to version 0.1.3

+6 -7
+6 -7
pkgs/development/libraries/haskell/project-template/default.nix
··· 1 - { cabal, base64Bytestring, base64Conduit, classyPreludeConduit 2 - , conduit, mtl, resourcet, systemFileio, systemFilepath, text 3 - , transformers 4 }: 5 6 cabal.mkDerivation (self: { 7 pname = "project-template"; 8 - version = "0.1.2"; 9 - sha256 = "16rgarx78jwiimh3q8flxvmfraxmc1dxl8r04q4j1p9ap3mnvg61"; 10 buildDepends = [ 11 - base64Bytestring base64Conduit classyPreludeConduit conduit mtl 12 - resourcet systemFileio systemFilepath text transformers 13 ]; 14 meta = { 15 homepage = "https://github.com/fpco/haskell-ide";
··· 1 + { cabal, base64Bytestring, base64Conduit, classyPrelude, conduit 2 + , mtl, resourcet, systemFileio, systemFilepath, text, transformers 3 }: 4 5 cabal.mkDerivation (self: { 6 pname = "project-template"; 7 + version = "0.1.3"; 8 + sha256 = "1nsc4i3s9a7d0nysswhylvnr79z0ax9biiwr7b6jn7jzx0f2bdmm"; 9 buildDepends = [ 10 + base64Bytestring base64Conduit classyPrelude conduit mtl resourcet 11 + systemFileio systemFilepath text transformers 12 ]; 13 meta = { 14 homepage = "https://github.com/fpco/haskell-ide";