Skip to content

Commit 15e61cf

Browse files
committed
bump ghc-tcplugins-extra 0.5
1 parent a2fbff4 commit 15e61cf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

nix/overlay.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ let
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
};
2935
in
3036
pkgs.haskell.packages.${compiler}.override { inherit overrides; } // { inherit pkgs; }

polysemy-plugin/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: Please see the README on GitHub at <https://github.com/poly
1919
dependencies:
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

polysemy-plugin/polysemy-plugin.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)