Skip to content

Commit 2c3d55a

Browse files
authored
Merge pull request #7 from reflex-frp/ts@ghc-8-10
GHC 8.10
2 parents cca6746 + 1f93952 commit 2c3d55a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ before_cache:
2727
- rm -rfv $CABALHOME/packages/head.hackage
2828
matrix:
2929
include:
30+
- compiler: ghc-8.10.4
31+
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.10.4","cabal-install-3.0"]}}
3032
- compiler: ghc-8.8.3
3133
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.3","cabal-install-3.0"]}}
3234
- compiler: ghc-8.6.5

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for reflex-fsnotify
22

3+
## Unreleased
4+
5+
Support GHC 8.10
6+
37
## 0.2.1.2
48

59
* Support reflex 0.8

reflex-fsnotify.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ category: System, FRP
1616
build-type: Simple
1717
extra-source-files: ChangeLog.md
1818
README.md
19-
tested-with: GHC ==8.8.3 || ==8.6.5
19+
tested-with: GHC ==8.10.4 || ==8.8.3 || ==8.6.5
2020

2121
library
2222
exposed-modules: Reflex.FSNotify
23-
build-depends: base >=4.10 && <4.14
23+
build-depends: base >=4.10 && <4.15
2424
, containers >= 0.6 && < 0.7
2525
, directory >= 1.3 && < 1.4
2626
, filepath >= 1.4 && < 1.5

0 commit comments

Comments
 (0)