forked from mirrors/nixpkgs
haskell-regex-applicative: update to version 0.3.0.3
This commit is contained in:
parent
eaf66142bf
commit
ac50d66698
|
@ -1,16 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, HUnit, smallcheck, tasty, tastyHunit, tastySmallcheck
|
||||
{ cabal, smallcheck, tasty, tastyHunit, tastySmallcheck
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-applicative";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0bzf8lnb5568glppk8bajh4c3a08baav5r0qhyn3vnfybi02c4d2";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "111j6x1j7bx5viz2hmgyvcdwfrv5x3f9mifx888hyd3hz850wpwc";
|
||||
buildDepends = [ transformers ];
|
||||
testDepends = [
|
||||
HUnit smallcheck tasty tastyHunit tastySmallcheck transformers
|
||||
smallcheck tasty tastyHunit tastySmallcheck transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/feuerbach/regex-applicative";
|
||||
|
|
Loading…
Reference in a new issue