mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
haskell-robots-txt: update to version 0.4.1.0
This commit is contained in:
parent
b76e86c782
commit
3662aab37a
@ -1,10 +1,11 @@
|
|||||||
{ cabal, attoparsec, heredoc, hspec, QuickCheck, transformers }:
|
{ cabal, attoparsec, heredoc, hspec, QuickCheck, time, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "robots-txt";
|
pname = "robots-txt";
|
||||||
version = "0.4.0.0";
|
version = "0.4.1.0";
|
||||||
sha256 = "1z0bn4v6fx0nx1hr4bbxi5k2c8bv6x3d4pywpav67m5pswxb2yp7";
|
sha256 = "1q18pgilrwppmd8d7pby3p6qgk47alzmd8izqspk7n4h4agrscn4";
|
||||||
buildDepends = [ attoparsec ];
|
buildDepends = [ attoparsec time ];
|
||||||
testDepends = [ attoparsec heredoc hspec QuickCheck transformers ];
|
testDepends = [ attoparsec heredoc hspec QuickCheck transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/meanpath/robots";
|
homepage = "http://github.com/meanpath/robots";
|
||||||
|
Loading…
Reference in New Issue
Block a user