summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-04 11:10:59 +0200
committerPeter Simons <simons@cryp.to>2014-08-04 16:52:28 +0200
commit6e1fbffcbcf6b21430396446a623a5f9fe6758ab (patch)
tree7a39e84847ee82d694cca57eb83bad1ceff85bc8 /pkgs/development
parentb89869ee10834f4e705356c6818552d012d862f3 (diff)
downloadnixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.tar
nixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.tar.gz
nixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.tar.bz2
nixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.tar.lz
nixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.tar.xz
nixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.tar.zst
nixpkgs-6e1fbffcbcf6b21430396446a623a5f9fe6758ab.zip
haskell-hsimport: update to version 0.5
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/hsimport/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/libraries/haskell/hsimport/default.nix b/pkgs/development/libraries/haskell/hsimport/default.nix
index b125dbcef64..7f46f1e54fd 100644
--- a/pkgs/development/libraries/haskell/hsimport/default.nix
+++ b/pkgs/development/libraries/haskell/hsimport/default.nix
@@ -1,19 +1,19 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, attoparsec, cmdargs, filepath, haskellSrcExts, lens, mtl
-, split, tasty, tastyGolden, text
+{ cabal, attoparsec, cmdargs, dyre, filepath, haskellSrcExts, lens
+, mtl, split, tasty, tastyGolden, text
 }:
 
 cabal.mkDerivation (self: {
   pname = "hsimport";
-  version = "0.4";
-  sha256 = "1pkj6cfdfyrcrm6gr4a43y6s4qhwpli6zgnlx4ycmhs3yh5kay60";
+  version = "0.5";
+  sha256 = "18rhldw6vbkjcpx373m784sppadccm2b3xx3zzr0l45dwmsh6rb4";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    attoparsec cmdargs haskellSrcExts lens mtl split text
+    attoparsec cmdargs dyre haskellSrcExts lens mtl split text
   ];
-  testDepends = [ filepath tasty tastyGolden ];
+  testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
   doCheck = false;
   meta = {
     description = "A command line program for extending the import list of a Haskell source file";