Skip to content

Commit ea476f4

Browse files
committed
v0.1.4.0
1 parent e18e0c4 commit ea476f4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for reflex-ghci
22

3-
## Unreleased
3+
## 0.1.4.0
44

55
* Library: Export `shutdown` and `getExitEvent` to make it easier for library users to cleanly exit
66
* Library: Fix regex to capture "Failed, one module loaded"

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77
mkDerivation {
88
pname = "reflex-ghci";
9-
version = "0.1.3.1";
9+
version = "0.1.4.0";
1010
src = ./.;
1111
isLibrary = true;
1212
isExecutable = true;

reflex-ghci.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: reflex-ghci
3-
version: 0.1.3.1
3+
version: 0.1.4.0
44
synopsis: A GHCi widget library for use in reflex applications
55
description:
66
Run GHCi from within a reflex application and interact with it using a functional-reactive interface.
@@ -33,7 +33,7 @@ library
3333
, process >= 1.6 && < 1.7
3434
, reflex >= 0.6.3 && < 0.7
3535
, reflex-fsnotify >= 0.2 && < 0.3
36-
, reflex-process >= 0.2 && < 0.3
36+
, reflex-process >= 0.2.1 && < 0.3
3737
, regex-tdfa >= 1.2.3 && < 1.3
3838
, reflex-vty >= 0.1.3 && < 0.2
3939
, text >= 1.2 && < 1.3

reflex-platform/github.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"owner": "reflex-frp",
33
"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"
77
}

0 commit comments

Comments
 (0)