Skip to content

Commit

Permalink
Remove upper bound on doctest (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Dec 5, 2021
1 parent 7a9ba2f commit ebc85fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
8 changes: 3 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ compiler ? "ghc865" }:
{ compiler ? "ghc8107" }:

let
nixpkgs = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/ae66c3e40486c0e88a6cefc8d275c248fc6a696c.tar.gz";
sha256 = "1gw4kdlkmxyil8capnagv41hqmh31hkibidjgy3bxhlljr8xgfkc";
url = "https://github.com/NixOS/nixpkgs/archive/391f93a83c3a486475d60eb4a569bb6afbf306ad.tar.gz";
sha256 = "0s5f7j2akh3g0013880jfbigdaac1z76r9dv46yw6k254ba2r6nq";
};

config = {};
Expand All @@ -19,8 +19,6 @@ let
};

manualOverrides = haskellPackagesNew: haskellPackagesOld: {
optparse-applicative =
haskellPackagesNew.optparse-applicative_0_16_1_0;
};

default = old.overrides or (_: _: {});
Expand Down
15 changes: 0 additions & 15 deletions optparse-applicative.nix

This file was deleted.

2 changes: 1 addition & 1 deletion turtle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test-suite tests
Default-Language: Haskell2010
Build-Depends:
base >= 4 && < 5 ,
doctest >= 0.7 && < 0.19
doctest >= 0.7

test-suite regression-broken-pipe
Type: exitcode-stdio-1.0
Expand Down

0 comments on commit ebc85fe

Please sign in to comment.