aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-06 08:54:34 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-06 08:54:34 +0000
commit7c3bf15dd135d97d8dafea83868ce1790d2d065b (patch)
treebc1e69e5484ef9d2c9befa9bf86f7f304e5b6ce4
parentbe7a1a750f5b5b195aec17123558d192655a35ef (diff)
downloadverismith-feature/update-dependencies.tar.gz
verismith-feature/update-dependencies.zip
Upgrading packages to work with 8.2.2feature/update-dependencies
-rw-r--r--default.nix4
-rw-r--r--verismith.cabal22
2 files changed, 13 insertions, 13 deletions
diff --git a/default.nix b/default.nix
index 9093557..516691e 100644
--- a/default.nix
+++ b/default.nix
@@ -1,9 +1,9 @@
{ nixpkgs ? null, compiler ? "ghc865", doBenchmark ? false } :
let
pinnedPkg = builtins.fetchGit {
- name = "nixos-unstable-2019-10-06";
+ name = "nixos-unstable-2020-03-06";
url = https://github.com/nixos/nixpkgs/;
- rev = "271fef8a4eb03cd9de0c1fe2f0b7f4a16c2de49a";
+ rev = "93ba4ecd58602d3f69f74f9d45d60a8f949544e2";
};
npkgs = if nixpkgs == null
then import pinnedPkg {}
diff --git a/verismith.cabal b/verismith.cabal
index b2f0562..e88d3df 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -83,7 +83,7 @@ library
, binary >= 0.8.5.1 && <0.9
, blaze-html >=0.9.0.1 && <0.10
, bytestring >=0.10 && <0.11
- , cryptonite >=0.25 && <0.26
+ , cryptonite >=0.25 && <0.27
, deepseq >= 1.4.3.0 && <1.5
, exceptions >=0.10.0 && <0.11
, fgl >=5.6 && <5.8
@@ -91,23 +91,23 @@ library
, filepath >=1.4.2 && <1.5
, gitrev >= 1.3.1 && <1.4
, hedgehog >=1.0 && <1.2
- , lens >=4.16.1 && <4.18
+ , lens >=4.16.1 && <4.19
, lifted-base >=0.2.3 && <0.3
- , memory >=0.14 && <0.15
+ , memory >=0.14 && <0.16
, monad-control >=1.0.2 && <1.1
, mtl >=2.2.2 && <2.3
- , optparse-applicative >=0.14 && <0.15
+ , optparse-applicative >=0.14 && <0.16
, parsec >=3.1 && <3.2
- , prettyprinter >=1.2.0.1 && <1.3
+ , prettyprinter >=1.2.0.1 && <1.7
, random >=1.1 && <1.2
, recursion-schemes >=5.0.2 && <5.2
, shakespeare >=2 && <2.1
- , shelly >=1.8.0 && <1.9
+ , shelly >=1.8.0 && <1.10
, statistics >=0.14.0.2 && <0.16
- , template-haskell >=2.13.0 && <2.15
+ , template-haskell >=2.13.0 && <2.16
, text >=1.2 && <1.3
- , time >= 1.8.0.2 && <1.9
- , tomland >=1.0 && <1.2
+ , time >= 1.8.0.2 && <1.10
+ , tomland >=1.0 && <1.3
, transformers >=0.5 && <0.6
, transformers-base >=0.4.5 && <0.5
, unordered-containers >=0.2.10 && <0.3
@@ -131,7 +131,7 @@ benchmark benchmark
build-depends: base >=4 && <5
, verismith
, criterion >=1.5.5 && <1.6
- , lens >=4.16.1 && <4.18
+ , lens >=4.16.1 && <4.19
default-extensions: OverloadedStrings
test-suite test
@@ -147,7 +147,7 @@ test-suite test
, verismith
, fgl >=5.6 && <5.8
, hedgehog >=1.0 && <1.2
- , lens >=4.16.1 && <4.18
+ , lens >=4.16.1 && <4.19
, parsec >= 3.1 && < 3.2
, shakespeare >=2 && <2.1
, tasty >=1.0.1.1 && <1.3