Skip to content

Commit 064a0e8

Browse files
authored
Merge pull request #23 from reflex-frp/release/0.0.3.2
0.0.3.2
2 parents 7551cf1 + fa75664 commit 064a0e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for patch
22

3+
## 0.0.3.2
4+
5+
* Update version bounds
6+
37
## 0.0.3.1
48

59
* Replace `fromJust` with something easier to debug.

patch.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: patch
2-
Version: 0.0.3.1
2+
Version: 0.0.3.2
33
Synopsis: Data structures for describing changes to other data structures.
44
Description:
55
Data structures for describing changes to other data structures.
@@ -14,7 +14,7 @@ Maintainer: [email protected]
1414
Stability: Experimental
1515
Category: FRP
1616
Build-type: Simple
17-
Cabal-version: >=1.9.2
17+
Cabal-version: >=1.10
1818
homepage: https://obsidian.systems
1919
bug-reports: https://github.com/reflex-frp/patch/issues
2020
extra-source-files:
@@ -32,6 +32,7 @@ flag split-these
3232

3333
library
3434
hs-source-dirs: src
35+
default-language: Haskell2010
3536
build-depends: base >= 4.9 && < 4.14
3637
, constraints-extras >= 0.3 && < 0.4
3738
, containers >= 0.6 && < 0.7
@@ -64,6 +65,7 @@ library
6465
, monoidal-containers == 0.4.0.0
6566

6667
test-suite hlint
68+
default-language: Haskell2010
6769
type: exitcode-stdio-1.0
6870
main-is: hlint.hs
6971
hs-source-dirs: test

0 commit comments

Comments
 (0)