Skip to content

Commit 54fd1c3

Browse files
committed
bump doctest 0.24.0
1 parent dbdc48e commit 54fd1c3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

nix/overlay.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let
2020

2121
doctest = hlib.dontCheck (self.callHackageDirect {
2222
pkg = "doctest";
23-
ver = "0.23.0";
24-
sha256 = "sha256-fDCOM5CSRmDjFKK3kOA06JYIBWbaQf+11fciTEPIZlk=";
23+
ver = "0.24.0";
24+
sha256 = "sha256-29IfIrJ4jI+ycwQci+MCdKCEJW1m9DQGxNipvfxmMtI=";
2525
} {});
2626

2727
};

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tests:
8282
- polysemy
8383
- inspection-testing >= 0.4.2 && < 0.7
8484
- hspec >= 2.6.0 && < 3
85-
- doctest >= 0.16.0.1 && < 0.24
85+
- doctest >= 0.16.0.1 && < 0.25
8686
- hspec-discover >= 2.0
8787
generated-other-modules:
8888
- Build_doctests

polysemy-plugin/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tests:
6363
- hspec >= 2.6.0 && < 3
6464
- should-not-typecheck >= 2.1.0 && < 3
6565
- inspection-testing >= 0.4.2 && < 0.7
66-
- doctest >= 0.16.0.1 && < 0.24
66+
- doctest >= 0.16.0.1 && < 0.25
6767
generated-other-modules:
6868
- Build_doctests
6969

polysemy-plugin/polysemy-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test-suite polysemy-plugin-test
111111
build-depends:
112112
base >=4.9 && <5
113113
, containers >=0.5 && <0.8
114-
, doctest >=0.16.0.1 && <0.24
114+
, doctest >=0.16.0.1 && <0.25
115115
, ghc >=8.6.5 && <10
116116
, ghc-tcplugins-extra >=0.3 && <0.5
117117
, hspec >=2.6.0 && <3

polysemy.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ test-suite polysemy-test
167167
async >=2.2 && <3
168168
, base >=4.9 && <5
169169
, containers >=0.5 && <0.8
170-
, doctest >=0.16.0.1 && <0.24
170+
, doctest >=0.16.0.1 && <0.25
171171
, first-class-families >=0.5.0.0 && <0.9
172172
, hspec >=2.6.0 && <3
173173
, hspec-discover >=2.0

0 commit comments

Comments
 (0)