-- Initial shared-buffer.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: shared-buffer version: 0.1.0.7 synopsis: A circular buffer built on shared memory description: A circular buffer built on shared memory license: BSD3 license-file: LICENSE author: John W. Lato maintainer: jwlato@gmail.com -- copyright: category: System build-type: Simple cabal-version: >=1.8 Extra-source-files: cbits/myops.c, cbits/myops.h library C-sources: cbits/myops.c include-dirs: cbits includes: cbits/myops.h exposed-modules: System.Posix.SharedBuffer ,System.Posix.CircularBuffer ,System.Posix.MQueue ,System.Posix.AtomicOps ,System.Posix.Semaphore.Unsafe -- other-modules: build-depends: base >=4.5 && < 4.8 ,unix >=2.5 && < 2.8 ,bytestring hs-source-dirs: src build-tools: hsc2hs Test-suite shared-buffer-tests Ghc-options: -Wall -threaded Hs-source-dirs: src tests Main-is: TestSuite.hs Type: exitcode-stdio-1.0 Other-modules: Props Build-depends: test-framework >= 0.4 && < 0.9, test-framework-quickcheck2 >= 0.2 && < 0.4, QuickCheck >= 2.4 && < 2.8, shared-buffer, base, unix, bytestring hs-source-dirs: src build-tools: hsc2hs source-repository head type: git location: git://github.com/JohnLato/shared-buffer.git