diff options
Diffstat (limited to 'devel/hs-fsnotify/Makefile')
-rw-r--r-- | devel/hs-fsnotify/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile index a95037e52ecb..b96cec9f65e8 100644 --- a/devel/hs-fsnotify/Makefile +++ b/devel/hs-fsnotify/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fsnotify -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,6 @@ COMMENT= Cross-platform library for file system notifications LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= hinotify>=0.3.5 system-fileio>=0.3.8 system-filepath>=0.4.6 \ text>=0.11.0 |