File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2525 sha256 = "sha256-29IfIrJ4jI+ycwQci+MCdKCEJW1m9DQGxNipvfxmMtI=" ;
2626 } { } ) ;
2727
28+ ghc-tcplugins-extra = hlib . dontCheck ( self . callHackageDirect {
29+ pkg = "ghc-tcplugins-extra" ;
30+ ver = "0.5" ;
31+ sha256 = "sha256-mOzdicJevaXZdZS4/RA1hU3CWJXMFwMUfmEH3YxX4Q8=" ;
32+ } { } ) ;
33+
2834 } ;
2935in
3036 pkgs . haskell . packages . ${ compiler } . override { inherit overrides ; } // { inherit pkgs ; }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description: Please see the README on GitHub at <https://github.com/poly
1919dependencies :
2020- base >= 4.9 && < 5
2121- ghc >= 8.6.5 && < 10
22- - ghc-tcplugins-extra >= 0.3 && < 0.5
22+ - ghc-tcplugins-extra >= 0.3 && < 0.6
2323- polysemy >= 1.7
2424- syb >= 0.7 && < 0.8
2525- transformers >= 0.5.2.0 && < 0.7
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ library
6767 base >= 4.9 && < 5
6868 , containers >= 0.5 && < 0.8
6969 , ghc >= 8.6.5 && < 10
70- , ghc-tcplugins-extra >= 0.3 && < 0.5
70+ , ghc-tcplugins-extra >= 0.3 && < 0.6
7171 , polysemy >= 1.7
7272 , syb == 0.7. *
7373 , transformers >= 0.5.2.0 && < 0.7
@@ -113,7 +113,7 @@ test-suite polysemy-plugin-test
113113 , containers >= 0.5 && < 0.8
114114 , doctest >= 0.16.0.1 && < 0.25
115115 , ghc >= 8.6.5 && < 10
116- , ghc-tcplugins-extra >= 0.3 && < 0.5
116+ , ghc-tcplugins-extra >= 0.3 && < 0.6
117117 , hspec >= 2.6.0 && < 3
118118 , hspec-discover
119119 , inspection-testing >= 0.4.2 && < 0.7
You can’t perform that action at this time.
0 commit comments