Skip to content

Commit

Permalink
update to curryer-rpc 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Jan 13, 2024
1 parent 2f54084 commit 5e2e819
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project-m36.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Flag haskell-scripting
Default: True

Library
Build-Depends: base>=4.16 && < 4.19, ghc-paths, mtl, containers, unordered-containers, hashable, haskeline, directory, MonadRandom, random-shuffle, uuid >= 1.3.12, cassava >= 0.4.5.1 && < 0.6, text, bytestring, deepseq, deepseq-generics, vector, parallel, monad-parallel, exceptions, transformers, gnuplot, filepath, zlib, directory, temporary, stm, time, old-locale, rset, attoparsec, either, base64-bytestring, data-interval, extended-reals, aeson >= 1.1, path-pieces, conduit, resourcet, http-api-data, semigroups, QuickCheck, quickcheck-instances, list-t, stm-containers >= 0.2.15, foldl, optparse-applicative, Glob, cryptohash-sha256, text-manipulate >= 0.2.0.1 && < 0.4, winery >= 1.4, curryer-rpc>=0.3.4, network, async, vector-instances, recursion-schemes, streamly == 0.9.0, convertible, fast-builder, scientific
Build-Depends: base>=4.16 && < 4.19, ghc-paths, mtl, containers, unordered-containers, hashable, haskeline, directory, MonadRandom, random-shuffle, uuid >= 1.3.12, cassava >= 0.4.5.1 && < 0.6, text, bytestring, deepseq, deepseq-generics, vector, parallel, monad-parallel, exceptions, transformers, gnuplot, filepath, zlib, directory, temporary, stm, time, old-locale, rset, attoparsec, either, base64-bytestring, data-interval, extended-reals, aeson >= 1.1, path-pieces, conduit, resourcet, http-api-data, semigroups, QuickCheck, quickcheck-instances, list-t, stm-containers >= 0.2.15, foldl, optparse-applicative, Glob, cryptohash-sha256, text-manipulate >= 0.2.0.1 && < 0.4, winery >= 1.4, curryer-rpc>=0.3.5, network, async, vector-instances, recursion-schemes, streamly == 0.9.0, convertible, fast-builder, scientific
if flag(haskell-scripting)
Build-Depends: ghc >= 9.0 && < 9.5
CPP-Options: -DPM36_HASKELL_SCRIPTING
Expand Down
9 changes: 7 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ let
overrides = self: super: {
curryer-rpc = self.callHackageDirect {
pkg = "curryer-rpc";
ver = "0.3.2";
sha256 = "sha256-QiKsaFcIzOrtCpgVrgArnj7Hd09JVjF67huam+0aZSc="; } {};
ver = "0.3.5";
sha256 = "sha256-7mEJOBKzA2rTnLxZme8E6zFv0VkiXBo5L/jUJSNPaNE="; } {};

streamly = self.callHackageDirect {
pkg = "streamly";
ver = "0.9.0";
sha256 = "sha256-eOxVb8qQjZDo1+S7CStqYSExOg2QHWkMY+zlOYqwZak="; } {};

streamly-bytestring = self.callHackageDirect {
pkg = "streamly-bytestring";
ver = "0.2.1";
sha256 = "sha256-EcH6qq4nRjea3xQ66Zlqgjjg7lF/grkKJI0+tTO4B84="; } {};

streamly-core = self.callHackageDirect {
pkg = "streamly-core";
ver = "0.1.0";
Expand Down

0 comments on commit 5e2e819

Please sign in to comment.