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!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, HUnit, smallcheck, tasty, tastyHunit, tastySmallcheck
|
{ cabal, smallcheck, tasty, tastyHunit, tastySmallcheck
|
||||||
, transformers
|
, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "regex-applicative";
|
pname = "regex-applicative";
|
||||||
version = "0.3.0.2";
|
version = "0.3.0.3";
|
||||||
sha256 = "0bzf8lnb5568glppk8bajh4c3a08baav5r0qhyn3vnfybi02c4d2";
|
sha256 = "111j6x1j7bx5viz2hmgyvcdwfrv5x3f9mifx888hyd3hz850wpwc";
|
||||||
buildDepends = [ transformers ];
|
buildDepends = [ transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit smallcheck tasty tastyHunit tastySmallcheck transformers
|
smallcheck tasty tastyHunit tastySmallcheck transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/feuerbach/regex-applicative";
|
homepage = "https://github.com/feuerbach/regex-applicative";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user