liquidhaskell: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2015-01-03 00:23:21 +01:00
parent 6a3616375f
commit 34ed92c995

View File

@ -13,7 +13,6 @@ cabal.mkDerivation (self: {
sha256 = "172ki1pr096jc1azs6hq1p6czjr2gxb0zafmlg9bicn4nwp2h7vy"; sha256 = "172ki1pr096jc1azs6hq1p6czjr2gxb0zafmlg9bicn4nwp2h7vy";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
doCheck = false;
buildDepends = [ buildDepends = [
aeson ansiTerminal bifunctors cmdargs cpphs dataDefault deepseq aeson ansiTerminal bifunctors cmdargs cpphs dataDefault deepseq
Diff filemanip filepath fingertree ghcPaths hashable hscolour Diff filemanip filepath fingertree ghcPaths hashable hscolour
@ -23,10 +22,11 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
filepath optparseApplicative tagged tasty tastyHunit tastyRerun filepath optparseApplicative tagged tasty tastyHunit tastyRerun
]; ];
doCheck = false;
meta = { meta = {
homepage = "http://goto.ucsd.edu/liquidhaskell"; homepage = "http://goto.ucsd.edu/liquidhaskell";
description = "Liquid Types for Haskell"; description = "Liquid Types for Haskell";
license = "GPL"; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
}; };
}) })