File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 } ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments