columbia-0.2: columbia.cabal
-- Initial columbia.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: columbia
version: 0.2
synopsis: Enhanced serialization using seeking.
description: Fundamental problems have been discovered with the architecture of this library. It is no longer supported and its use is not recommended. If it is really needed, it is available in one of the old versions.
.
Release notes for version 0.1.1:
.
* Changed the invariant surrounding how files are seeked for reading/writing procedures. This permits an additional optimization. See Utils module for details.
.
* Generalized the interface to Utils locking strategies to arbitrary monads incorporating exceptions and I/O.
.
Release notes for version 0.1.2:
.
* Minor bug fixes.
.
Release notes for version 0.1.3:
.
* Implemented additional functions specifically for handling dictionaries ('Map's).
.
* Added basic theory.
license: BSD3
license-file: LICENSE
author: James Candy
maintainer: jacinablackbox@yahoo.com
-- copyright:
category: Serialization
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules:
other-modules:
-- other-extensions:
build-depends: base >=4.6 && <=5, filelock ==0.1.0.1, contravariant >=1.4, bytestring >=0.10 && <0.11, monad-loops ==0.4.3, mtl ==2.2.1, directory >=1.2.2.0, syb-with-class ==0.6.1.8, array >=0.5.1 && <0.5.3, invariant >=0.4.2, containers ==0.5.10.2, pointless-haskell ==0.0.9, mmorph ==1.0.9, parallel ==3.2.1.1, transformers >=0.4.2.0 && <=0.5.0.0, mmap ==0.5.9, data-endian ==0.1
if os(mingw32)
cpp-options: -DWIN32
default-language: Haskell98