Commit Graph

15 Commits

Author SHA1 Message Date
Peter Simons
3b2254a3af Remove myself from the meta.maintainer field of most Haskell packages.
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
2013-05-11 00:36:59 +02:00
Peter Simons
2483ac2d12 haskell-fsnotify: update to version 0.0.11 2013-04-24 13:21:05 +02:00
Peter Simons
c1147811f9 haskell-fsnotify: update to version 0.0.8 2013-04-18 17:10:32 +02:00
Peter Simons
a40e4970c1 haskell-fsnotify: update to version 0.0.7.1 2013-04-10 14:57:16 +02:00
Peter Simons
a679422a7d haskell-fsnotify: update to version 0.0.7 2013-04-10 14:57:15 +02:00
Peter Simons
6fc2cccfe6 Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix. 2013-03-23 15:58:14 +01:00
Peter Simons
42db9ae872 haskell-fsnotify: disable 'doCheck' to avoid test suite failures
Test suite test: RUNNING...

canonicalizeDirPath
  - Absolute path keeps trailing slash FAILED [1]
  - Absolute path gains trailing slash FAILED [2]
  - Relative path keeps trailing slash
  - Relative path gains trailing slash

canonicalizePath
  - Absolute path keeps trailing slash FAILED [3]
  - Relative path keeps trailing slash

findFiles
  - Non-recursive
  - Recursive

findDirs
  - Non-recursive
  - Recursive

watchDir
  - Create file
  - Modify file
  - Remove file
  - Rename file
  - Debounce

watchDirChan
  - Create file
  - Modify file
  - Remove file
  - Rename file

watchTree
  - Create file (pre-existing directory)
  - Create file (create directory)
  - Modify file
  - Remove file
  - Rename file

watchTreeChan
  - Create file (pre-existing directory)
  - Create file (create directory)
  - Modify file
  - Remove file
  - Rename file

1) canonicalizeDirPath Absolute path keeps trailing slash FAILED (uncaught exception)
IOException (/home/: canonicalizePath: does not exist (No such file or directory))

2) canonicalizeDirPath Absolute path gains trailing slash FAILED (uncaught exception)
IOException (/home: canonicalizePath: does not exist (No such file or directory))

3) canonicalizePath Absolute path keeps trailing slash FAILED (uncaught exception)
IOException (/home/: canonicalizePath: does not exist (No such file or directory))

Finished in 37.1526 seconds
29 examples, 3 failures
Test suite test: FAIL
Test suite logged to: dist/test/fsnotify-0.0.6-test.log
2013-02-25 00:37:12 +01:00
Peter Simons
a30df95691 Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
2013-02-25 00:32:40 +01:00
Peter Simons
d5971b4e2d haskell-fsnotify: update to version 0.0.6 2013-01-07 12:18:34 +01:00
Peter Simons
1c8bd5c4bb haskell-fsnotify: update to version 0.0.5 2013-01-04 19:24:15 +01:00
Peter Simons
d400002ebe haskell-fsnotify: update to version 0.0.4 2012-11-15 12:50:14 +01:00
Peter Simons
1ca586f3d0 haskell-fsnotify: update to version 0.0.3 2012-11-11 22:50:40 +01:00
Peter Simons
39e5c66df2 haskell-fsnotify: patch to support recent versions of hinotify 2012-11-08 15:04:59 +01:00
Peter Simons
c867db9a14 haskell-fsnotify: update to version 0.0.2 2012-11-08 14:57:36 +01:00
Peter Simons
008e86ed5c haskell-fsnotify: add version 0.0.2 2012-11-08 14:50:52 +01:00