haskellPackages.digestiveFunctorsAeson: Update to 1.1.9
This commit is contained in:
parent
f85d3ad6d3
commit
8a22affa24
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "digestive-functors-aeson";
|
pname = "digestive-functors-aeson";
|
||||||
version = "1.1.8";
|
version = "1.1.9";
|
||||||
sha256 = "0qvzr9s0vzgzh7mix6ncjn731krln9w47zrqb5jkj92rv7mf5sgz";
|
sha256 = "0lm6byv5vayzg2jp0fqkbi4wkbhvnjw5sl61qnvpa1pqk6p64mrm";
|
||||||
buildDepends = [ aeson digestiveFunctors lens safe text vector ];
|
buildDepends = [ aeson digestiveFunctors lens safe text vector ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
|
aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
|
||||||
|
|
Loading…
Reference in a new issue