Skip to content

Commit

Permalink
Merge pull request #23 from reflex-frp/release/0.0.3.2
Browse files Browse the repository at this point in the history
0.0.3.2
  • Loading branch information
ali-abrar authored Nov 6, 2020
2 parents 7551cf1 + fa75664 commit 064a0e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for patch

## 0.0.3.2

* Update version bounds

## 0.0.3.1

* Replace `fromJust` with something easier to debug.
Expand Down
6 changes: 4 additions & 2 deletions patch.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: patch
Version: 0.0.3.1
Version: 0.0.3.2
Synopsis: Data structures for describing changes to other data structures.
Description:
Data structures for describing changes to other data structures.
Expand All @@ -14,7 +14,7 @@ Maintainer: [email protected]
Stability: Experimental
Category: FRP
Build-type: Simple
Cabal-version: >=1.9.2
Cabal-version: >=1.10
homepage: https://obsidian.systems
bug-reports: https://github.com/reflex-frp/patch/issues
extra-source-files:
Expand All @@ -32,6 +32,7 @@ flag split-these

library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >= 4.9 && < 4.14
, constraints-extras >= 0.3 && < 0.4
, containers >= 0.6 && < 0.7
Expand Down Expand Up @@ -64,6 +65,7 @@ library
, monoidal-containers == 0.4.0.0

test-suite hlint
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: hlint.hs
hs-source-dirs: test
Expand Down

0 comments on commit 064a0e8

Please sign in to comment.