summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/jailbreak-cabal/default.nix
blob: a6986c1cdc54ee172c3d339b89daa48d08652381 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, Cabal }:

cabal.mkDerivation (self: {
  pname = "jailbreak-cabal";
  version = "1.1";
  sha256 = "0x0dkzfjsgqpjmldgami46ki9k7pgy7ll4slms0kdc89qryzp7dg";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ Cabal ];
  meta = {
    homepage = "http://github.com/peti/jailbreak-cabal";
    description = "Strip version restrictions from build dependencies in Cabal files";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})