haskell-HaRe: update to version 0.7.1.4
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaRe";
|
pname = "HaRe";
|
||||||
version = "0.7.1.3";
|
version = "0.7.1.4";
|
||||||
sha256 = "1x900mywsl5rmn4rv2ss1nnrb6y5zs422ivn0iqb4ijd8a2j4lq5";
|
sha256 = "000vdvm38a3d3jpjg3cgsfl11w8jzvl0haqz78fy3zblqlndxy1m";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@@ -24,7 +24,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.kent.ac.uk/projects/refactor-fp";
|
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||||
description = "the Haskell Refactorer";
|
description = "the Haskell Refactorer";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|||||||
Reference in New Issue
Block a user