epoll 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- epoll.cabal +2/−2
epoll.cabal view
@@ -1,9 +1,9 @@ name: epoll-version: 0.1+version: 0.1.1 synopsis: Low-level bindings to epoll. description: Bindings to epoll, a Linux specific I/O event notication facility (cf. man epoll(7)).-category: sys+category: System license: LGPL license-file: LICENSE author: Toralf Wittner