haskell-language-java: go back to version 0.2.5
This reverts commit 416bd743f0
. Version 0.2.5.1
seems to have disappeared from Hackage.
This commit is contained in:
parent
898348a80d
commit
0740a07c13
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "language-java";
|
||||
version = "0.2.5.1";
|
||||
sha256 = "06jzski25840jk3775ia7nx11mjkyp9cmmb7y81djcndliblbyhc";
|
||||
version = "0.2.5";
|
||||
sha256 = "1l3q156m3l3fawsrgj3fr16qxr0apwg2si410j0f5hsgfmkhdrm6";
|
||||
buildDepends = [ cpphs parsec syb ];
|
||||
testDepends = [
|
||||
filepath HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||
|
@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
|
|||
buildTools = [ alex ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/jkoppel/language-java";
|
||||
homepage = "http://github.com/vincenthz/language-java";
|
||||
description = "Manipulating Java source: abstract syntax, lexer, parser, and pretty-printer";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue