nix-deploy 1.0.1 → 1.0.2
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~turtle
Dependency ranges changed: turtle
Files
- CHANGELOG.md +6/−0
- nix-deploy.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,9 @@+# 1.0.2++## Changed++- Relaxed the upper bound of the `turtle` library dependency to `1.5`+ # 1.0.1 ## Added
nix-deploy.cabal view
@@ -1,5 +1,5 @@ name: nix-deploy-version: 1.0.1+version: 1.0.2 synopsis: Deploy Nix-built software to a NixOS machine homepage: https://github.com/awakesecurity/nix-deploy#readme license: Apache-2.0@@ -35,7 +35,7 @@ , optparse-applicative >= 0.13.0.0 && < 0.15 , neat-interpolation < 0.4 , text >= 0.7 && < 1.3- , turtle >= 1.3.6 && < 1.4.3+ , turtle >= 1.3.6 && < 1.5 default-language: Haskell2010 source-repository head