mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Only use inotify on linux. Bump version to 0.1.3.0
This commit is contained in:
parent
4ef4301e3b
commit
0c1e9e9629
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
-- see http://haskell.org/cabal/users-guide/
|
-- see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: reanimate
|
name: reanimate
|
||||||
version: 0.1.2.0
|
version: 0.1.3.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
license: PublicDomain
|
license: PublicDomain
|
||||||
|
|
@ -60,7 +60,7 @@ library
|
||||||
diagrams-core, diagrams-lib, diagrams-contrib,
|
diagrams-core, diagrams-lib, diagrams-contrib,
|
||||||
svg-builder, matrices, cubicbezier, palette, websockets,
|
svg-builder, matrices, cubicbezier, palette, websockets,
|
||||||
hashable
|
hashable
|
||||||
if flag(inotify)
|
if os(linux) && flag(inotify)
|
||||||
hs-source-dirs: unix
|
hs-source-dirs: unix
|
||||||
build-depends: hinotify
|
build-depends: hinotify
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue