mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
haskell-Glob: jailbreak to support recent versions of dlist
This commit is contained in:
parent
676428dd55
commit
7e9816d9bd
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.7.2";
|
||||
sha256 = "1x4gh7z9jx9hdkjwsc31yyjssw6i7ziixhjrxr9b8zkijk1b4r5i";
|
||||
buildDepends = [ dlist filepath transformers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://iki.fi/matti.niemenmaa/glob/";
|
||||
description = "Globbing library";
|
||||
|
|
Loading…
Reference in a new issue