Use hinotify-bytestring fork

This commit is contained in:
hasufell 2016-05-01 04:37:34 +02:00
parent 251a20e881
commit 1be9ecb44e
4 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "3rdparty/hpath"]
path = 3rdparty/hpath
url = https://github.com/hasufell/hpath.git
[submodule "3rdparty/hinotify"]
path = 3rdparty/hinotify
url = https://github.com/hasufell/hinotify.git
[submodule "3rdparty/simple-sendfile"]
path = 3rdparty/simple-sendfile
url = https://github.com/hasufell/simple-sendfile.git

1
3rdparty/hinotify vendored

@ -1 +0,0 @@
Subproject commit 6751bf0cc84ac8792d9636ede047ce567ef28469

View File

@ -23,7 +23,6 @@ Installation
```
git submodule update --init --recursive
cabal sandbox init
cabal sandbox add-source 3rdparty/hinotify
cabal sandbox add-source 3rdparty/hpath
cabal sandbox add-source 3rdparty/hpath/3rdparty/posix-paths
cabal sandbox add-source 3rdparty/simple-sendfile

View File

@ -36,7 +36,7 @@ library
containers,
data-default,
filepath >= 1.3.0.0,
hinotify,
hinotify-bytestring,
hpath,
mtl >= 2.2,
old-locale >= 1,