-- Initial Swizzling.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: Swizzling version: 0.1.3.0 synopsis: Memory allocation in files description: High-level overview of modules: . * File.Mapper, File.Mapped - implement a uniform data layout in files, and random access on that data layout. . * File.Graph - implements serial read/write of small core representations to and from disk. The core representations are the pointless functors and a few others. . * Data.THMu, Data.CaseScheme - transfer between core representations and other types. homepage: alkalisoftware.net license: BSD3 license-file: LICENSE author: James Candy maintainer: info@alkalisoftware.net -- copyright: category: File build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.WeakDict, Data.Storables, Data.SwizRecord, Data.MyEndianness, Data.THMu, Data.CaseScheme, File.Mapper, File.Mapped, File.Graph -- other-modules: if os(windows) build-depends: base >=4 && <=5, TypeCompose >= 0.9, bytestring >= 0.10, kinds, type-functions, records >=0.1.1.6, binary >=0.7, containers >=0.5, mmap >=0.5, filepath >=1.4, ghc-prim >=0.3, directory >=1.2, mtl >=2.1, pointless-haskell >= 0.0.9, filelock >= 0.1.0.1, data-endian ==0.1, template-haskell >= 2.10.0.0 cpp-options: -D__WIN32__ else build-depends: base >=4 && <=5, TypeCompose >= 0.9, bytestring >= 0.10, kinds, type-functions, records >=0.1.1.6, binary >=0.7, containers >=0.5, mmap >=0.5, filepath >=1.4, ghc-prim >=0.3, directory >=1.2, mtl >=2.1, pointless-haskell >= 0.0.9, filelock >= 0.1.0.1, data-endian ==0.1, template-haskell >= 2.10.0.0, unix >= 2.7.2.0