packages feed

Cabal revisions of flock-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:               flock-Version:            0.1-License:            OtherLicense-License-File:       COPYING-Copyright:          Ian Lynagh, 2007-Author:             Ian Lynagh-Maintainer:         igloo@earth.li-Stability:          experimental-Synopsis:           Wrapper for flock(2)-Description:-    Simple wrapper around flock(2).-Category:           System-Tested-With:        GHC==6.6-Build-Depends:      base, unix, mtl-Extensions:         ForeignFunctionInterface-Extra-source-files: "BSD3", "GPL-2"-Exposed-modules:-    System.Lock.FLock-GHC-Options: -Wall -Werror-+Name:               flock
+Version:            0.1
+x-revision: 1
+License:            OtherLicense
+License-File:       COPYING
+Copyright:          Ian Lynagh, 2007
+Author:             Ian Lynagh
+Maintainer:         igloo@earth.li
+Stability:          experimental
+Synopsis:           Wrapper for flock(2)
+Description:
+    Simple wrapper around flock(2).
+Category:           System
+Tested-With:        GHC==6.6
+-- With (at least) base >= 4.3, thanks to -Werror this release is effectively broken
+Build-Depends:      base < 4.3, unix, mtl
+Extensions:         ForeignFunctionInterface
+Extra-source-files: "BSD3", "GPL-2"
+Exposed-modules:
+    System.Lock.FLock
+GHC-Options: -Wall -Werror
+