File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for patch
2
2
3
+ ## 0.0.3.2
4
+
5
+ * Update version bounds
6
+
3
7
## 0.0.3.1
4
8
5
9
* Replace ` fromJust ` with something easier to debug.
Original file line number Diff line number Diff line change 1
1
Name : patch
2
- Version : 0.0.3.1
2
+ Version : 0.0.3.2
3
3
Synopsis : Data structures for describing changes to other data structures.
4
4
Description :
5
5
Data structures for describing changes to other data structures.
14
14
Stability : Experimental
15
15
Category : FRP
16
16
Build-type : Simple
17
- Cabal-version : >= 1.9.2
17
+ Cabal-version : >= 1.10
18
18
homepage : https://obsidian.systems
19
19
bug-reports : https://github.com/reflex-frp/patch/issues
20
20
extra-source-files :
@@ -32,6 +32,7 @@ flag split-these
32
32
33
33
library
34
34
hs-source-dirs : src
35
+ default-language : Haskell2010
35
36
build-depends : base >= 4.9 && < 4.14
36
37
, constraints-extras >= 0.3 && < 0.4
37
38
, containers >= 0.6 && < 0.7
@@ -64,6 +65,7 @@ library
64
65
, monoidal-containers == 0.4.0.0
65
66
66
67
test-suite hlint
68
+ default-language : Haskell2010
67
69
type : exitcode-stdio-1.0
68
70
main-is : hlint.hs
69
71
hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments