Skip to content

Commit

Permalink
Removes Maybe' (#35)
Browse files Browse the repository at this point in the history
* Removes Maybe'

* Bumps version

Co-authored-by: Mike Solomon <mike@wavr.so>
  • Loading branch information
Mike Solomon and Mike Solomon authored Dec 16, 2021
1 parent 43c4adb commit 3987703
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 329 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.3] - 2021-12-15

### Fixed

- Moves `Maybe'` to separate package.

## [0.6.2] - 2021-11-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-wags",
"version": "0.6.2",
"version": "0.6.3",
"description": "Web Audio Graphs as a Stream",
"scripts": {
"build": "spago build",
Expand Down
13 changes: 13 additions & 0 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@ let additions =
, repo = "https://github.com/mikesol/purescript-event.git"
, version = "v1.4.2"
}
, everythings-better-with-variants =
{ dependencies =
[ "control"
, "foldable-traversable"
, "invariant"
, "newtype"
, "prelude"
, "psci-support"
, "variant"
]
, repo = "https://github.com/mikesol/purescript-everythings-better-with-variants.git"
, version = "v0.0.0"
}
, typelevel-eval =
{ dependencies =
[ "effect"
Expand Down
2 changes: 1 addition & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
, "effect"
, "either"
, "event"
, "everythings-better-with-variants"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "free"
, "indexed-monad"
, "integers"
, "invariant"
, "js-timers"
, "lazy"
, "lists"
Expand Down
Loading

0 comments on commit 3987703

Please sign in to comment.