diff options
author | GabrielGonzalez <> | 2020-12-07 05:03:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2020-12-07 05:03:00 (GMT) |
commit | 4df0628c601d3e3a93c91720d8eb8efb6946b8d7 (patch) | |
tree | 793433dfb63d93ec0e55fb4a1393c27df5f1aafd | |
parent | 6a78c2f679c74d88f7204aa91dd71bab0b46bf76 (diff) |
version 1.1.191.1.19
-rw-r--r-- | dhall-nix.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhall-nix.cabal b/dhall-nix.cabal index c5f514f..33a88d0 100644 --- a/dhall-nix.cabal +++ b/dhall-nix.cabal @@ -1,5 +1,5 @@ Name: dhall-nix -Version: 1.1.18 +Version: 1.1.19 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.0.1 @@ -30,8 +30,8 @@ Library base >= 4.11.0.0 && < 5 , containers < 0.7 , data-fix < 0.4 , - dhall >= 1.36 && < 1.37, - hnix >= 0.7 && < 0.11, + dhall >= 1.36 && < 1.38, + hnix >= 0.7 && < 0.12, lens-family-core >= 1.0.0 && < 2.2 , neat-interpolation < 0.6 , text >= 0.8.0.0 && < 1.3 |