File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for reflex-ghci
2
2
3
- ## Unreleased
3
+ ## 0.1.4.0
4
4
5
5
* Library: Export ` shutdown ` and ` getExitEvent ` to make it easier for library users to cleanly exit
6
6
* Library: Fix regex to capture "Failed, one module loaded"
Original file line number Diff line number Diff line change 6
6
} :
7
7
mkDerivation {
8
8
pname = "reflex-ghci" ;
9
- version = "0.1.3.1 " ;
9
+ version = "0.1.4.0 " ;
10
10
src = ./. ;
11
11
isLibrary = true ;
12
12
isExecutable = true ;
Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : reflex-ghci
3
- version : 0.1.3.1
3
+ version : 0.1.4.0
4
4
synopsis : A GHCi widget library for use in reflex applications
5
5
description :
6
6
Run GHCi from within a reflex application and interact with it using a functional-reactive interface.
@@ -33,7 +33,7 @@ library
33
33
, process >= 1.6 && < 1.7
34
34
, reflex >= 0.6.3 && < 0.7
35
35
, reflex-fsnotify >= 0.2 && < 0.3
36
- , reflex-process >= 0.2 && < 0.3
36
+ , reflex-process >= 0.2.1 && < 0.3
37
37
, regex-tdfa >= 1.2.3 && < 1.3
38
38
, reflex-vty >= 0.1.3 && < 0.2
39
39
, text >= 1.2 && < 1.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"owner" : " reflex-frp" ,
3
3
"repo" : " reflex-platform" ,
4
- "branch" : " aa-bump-reflex-ghci " ,
5
- "rev" : " 85d986dba1992e20b7c5adfa8a3fec29098da7da " ,
6
- "sha256" : " 10v7fmaqwlwpq5z6wqy91f3fizsig5q2qbahwicrad4hdlpxrmr1 "
4
+ "branch" : " aa-bump-reflex-process " ,
5
+ "rev" : " 22f8ea48c15d2be6af6808826a63c6b03eb672c8 " ,
6
+ "sha256" : " 08i6wvgwcmnlnncq66hjhagk45kyiy5ldi15vfm007fvv1kgnamm "
7
7
}
You can’t perform that action at this time.
0 commit comments