Skip to content
Snippets Groups Projects
Commit 85f6e2ac authored by Daniel Firth's avatar Daniel Firth
Browse files

polysemy-plugin: 0.4.4.0

parent 49286be1
Branches
1 merge request!19Polysemy plugin
...@@ -876,11 +876,7 @@ let packages = ...@@ -876,11 +876,7 @@ let packages =
, polysemy-kvstore = H.callHackage "polysemy-kvstore" "0.1.3.0" , polysemy-kvstore = H.callHackage "polysemy-kvstore" "0.1.3.0"
, polysemy-methodology = H.callHackage "polysemy-methodology" "0.2.2.0" , polysemy-methodology = H.callHackage "polysemy-methodology" "0.2.2.0"
, polysemy-path = H.callHackage "polysemy-path" "0.2.1.0" , polysemy-path = H.callHackage "polysemy-path" "0.2.1.0"
, polysemy-plugin = , polysemy-plugin = H.callHackage "polysemy-plugin" "0.4.4.0"
H.callGit
"https://github.com/locallycompact/polysemy"
"bd944ca000c1ca69602d4723e3859af431b9d0c4"
(Some "polysemy-plugin/")
, polysemy-several = H.callHackage "polysemy-several" "0.1.1.0" , polysemy-several = H.callHackage "polysemy-several" "0.1.1.0"
, polysemy-test = H.callHackage "polysemy-test" "0.7.0.0" , polysemy-test = H.callHackage "polysemy-test" "0.7.0.0"
, polysemy-time = H.callHackage "polysemy-time" "0.6.0.0" , polysemy-time = H.callHackage "polysemy-time" "0.6.0.0"
......
{ mkDerivation { mkDerivation, Cabal, base, cabal-doctest, containers, doctest
, Cabal , ghc, ghc-tcplugins-extra, hspec, hspec-discover
, base , inspection-testing, lib, polysemy, should-not-typecheck, syb
, cabal-doctest
, containers
, doctest
, fetchgit
, ghc
, ghc-tcplugins-extra
, hspec
, hspec-discover
, inspection-testing
, lib
, polysemy
, should-not-typecheck
, syb
, transformers , transformers
}: }:
mkDerivation { mkDerivation {
pname = "polysemy-plugin"; pname = "polysemy-plugin";
version = "0.4.3.1"; version = "0.4.4.0";
src = fetchgit { sha256 = "6d4826df1d7507f0d7723b3c30e843eb7f5fd618095d412f99b41e002a69e7ce";
url = "https://github.com/locallycompact/polysemy";
sha256 = "1sy2jmwcg9aw4a6rji36djhkxhxnh50pqhaa3jhjfv2dsw652bcz";
rev = "bd944ca000c1ca69602d4723e3859af431b9d0c4";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/polysemy-plugin/; echo source root reset to $sourceRoot";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal cabal-doctest ]; setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ libraryHaskellDepends = [
base base containers ghc ghc-tcplugins-extra polysemy syb transformers
containers
ghc
ghc-tcplugins-extra
polysemy
syb
transformers
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base containers doctest ghc ghc-tcplugins-extra hspec
containers hspec-discover inspection-testing polysemy should-not-typecheck syb
doctest
ghc
ghc-tcplugins-extra
hspec
inspection-testing
polysemy
should-not-typecheck
syb
transformers transformers
]; ];
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
...@@ -64,4 +31,4 @@ mkDerivation { ...@@ -64,4 +31,4 @@ mkDerivation {
description = "Disambiguate obvious uses of effects"; description = "Disambiguate obvious uses of effects";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment