summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-23 11:52:08 +0100
committerPeter Simons <simons@cryp.to>2015-01-23 13:24:40 +0100
commit3b35ae7a7318972517da3d9a43a1f4cd22d4c426 (patch)
treed198b1676239aa53f97878a37879caf5950b2b9a /pkgs/development/haskell-modules/configuration-common.nix
parent48a20a63ceeeee4471f129a8e22303f005ed5487 (diff)
downloadnixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.tar
nixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.tar.gz
nixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.tar.bz2
nixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.tar.lz
nixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.tar.xz
nixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.tar.zst
nixpkgs-3b35ae7a7318972517da3d9a43a1f4cd22d4c426.zip
cryptol: update 2.x branch to version 2.1.0 and remove broken 1.x build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index cebbb17e298..0dd60f9e5a7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -376,9 +376,9 @@ self: super: {
   # https://github.com/rrnewton/haskell-lockfree/issues/44
   chaselev-deque = markBrokenVersion "0.5.0.3" super.chaselev-deque;
 
-}
-// {
-  # Not on Hackage yet.
+} // {
+
+  # Not on Hackage.
   cabal2nix = self.mkDerivation {
     pname = "cabal2nix";
     version = "2.0";