mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
updated hasktags (now uses file extension to distingiush between (non) and literate files
svn path=/nixpkgs/trunk/; revision=11862
This commit is contained in:
parent
80e0fbb261
commit
32bf11a247
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ args.stdenv.mkDerivation {
|
|||
|
||||
src = args.fetchurl {
|
||||
url = http://mawercer.de/hasktags.hs;
|
||||
sha256 = "9694256922899221a547f0ece57b192ba86761b42acb208424a011d55c51b603";
|
||||
sha256 = "9d1be56133f468f5a2302d8531742eba710ad89d5a271308453b44cc9f47e94a";
|
||||
};
|
||||
|
||||
buildInputs =(with args; [ghc]);
|
||||
|
|
Loading…
Reference in a new issue