Skip to content

Commit

Permalink
Merge branch 'develop' into pzp
Browse files Browse the repository at this point in the history
# Conflicts:
#	release.nix
  • Loading branch information
ryantrinkle committed Aug 5, 2023
2 parents b9c9db6 + 5fbca1e commit 9a8cd83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# vessel: functor-parametric containers
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/vessel.svg)](https://hackage.haskell.org/package/vessel) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/vessel/badge)](https://matrix.hackage.haskell.org/#/package/vessel) [![Github CI](https://github.com/obsidiansystems/vessel/workflows/github-action/badge.svg)](https://github.com/obsidiansystems/vessel/actions) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/obsidiansystems/vessel/blob/master/LICENSE)
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/vessel.svg)](https://hackage.haskell.org/package/vessel) [![Github CI](https://github.com/obsidiansystems/vessel/workflows/github-action/badge.svg)](https://github.com/obsidiansystems/vessel/actions) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/obsidiansystems/vessel/blob/master/LICENSE)

See the [tutorial](https://github.com/obsidiansystems/vessel/blob/develop/tutorial/Tutorial.md) for a worked example of how to use this library.

Expand Down
10 changes: 10 additions & 0 deletions release.nix
Expand Up @@ -6,6 +6,16 @@ let
ver = "0.2.5.1";
sha256 = "1r3gx226jqs7l5jp8gmgaa2p49lnsnlzdhsxj6h47m0rnfc36qm5";
} {};
dependent-monoidal-map = self.callHackageDirect {
pkg = "dependent-monoidal-map";
ver = "0.1.1.3";
sha256 = "13vglclw93vgrb52gwxklzh6lww0pn1i0b5nk6kw0vg1jdzjxvwj";
} {};
reflex = self.callHackageDirect {
pkg = "reflex";
ver = "0.8.2.2";
sha256 = "04z7cjg0qfzpq4fhvsq0v04psny6pg8j4nns56v3hg06jf8akw6q";
} {};
})
];
rp = import ./reflex-platform { inherit haskellOverlaysPost; __useNewerCompiler = true; };
Expand Down

0 comments on commit 9a8cd83

Please sign in to comment.