Cabal revisions of filelock-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial filelock.cabal generated by cabal init. For further +-- Initial filelock.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: filelock version: 0.1.0.1+x-revision: 1 synopsis: Portable interface to file locking (flock / LockFileEx) description: This package provides an interface to Windows and Unix file locking functionalities. license-file: LICENSE author: Takano Akio maintainer: aljee@hyper.cx--- copyright: +-- copyright: category: System build-type: Simple--- extra-source-files: +-- extra-source-files: cabal-version: >=1.10 library exposed-modules: System.FileLock other-modules: System.FileLock.Internal.Flock System.FileLock.Internal.LockFileEx- -- other-extensions: + -- other-extensions: build-depends: base >=4.5.1.0 && <5- -- hs-source-dirs: + -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall build-depends: Win32 else cpp-options: -DUSE_FLOCK- build-depends: unix+ build-depends: unix < 2.8