summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMikael Brockman <mikael@brockman.se>2017-09-22 07:50:11 +0300
committerMikael Brockman <mikael@brockman.se>2017-09-22 08:06:05 +0300
commit74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7 (patch)
tree758b39252e15104ce8303a4c28810fdbd9ec04c5 /pkgs/development/haskell-modules
parent3b7c68615e4d537dc7fc640224ab2a7d4fc4661f (diff)
downloadnixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.tar
nixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.tar.gz
nixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.tar.bz2
nixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.tar.lz
nixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.tar.xz
nixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.tar.zst
nixlib-74edd2c5dbb77aa88ce9f4dc2ae35c9af54e5ed7.zip
hsevm: project was renamed to hevm
This also upgrades the hsevm package from v0.6.4 to v0.8.5.

The project `dapp` which depends on hsevm was also updated to use the
new name, so I have also upgraded that package from version v0.5.3 to
v0.5.7.

I also added a `dontCheck` to a Hackage dependency because its test
suite depends on Git and runs a bunch of Git repository manipulations.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d983934e83a5..850a61048f88 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -957,4 +957,6 @@ self: super: {
     protolude = super.protolude_0_2;
   };
 
+  # test suite requires git and does a bunch of git operations
+  restless-git = dontCheck super.restless-git;
 }