ghc-mod: upgraded to 1.0.8

svn path=/nixpkgs/trunk/; revision=32077
This commit is contained in:
Peter Simons 2012-02-06 19:08:48 +00:00
parent e6c4bcf8fb
commit 1b85da5ae3
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "ghc-mod";
version = "1.0.6";
sha256 = "c075314de03209827a0e59ee3e63a4d21bc8edb024a1e36721eea248805b38ba";
version = "1.0.8";
sha256 = "1c1236a8829418cae3039c3479875104664827c661b8c7567dd7bdbda12e8bcc";
buildDepends = [
attoparsec attoparsecEnumerator ghcPaths hlint regexPosix
];