name: old-version version: 0.1.0.0 synopsis: A general library for representation and manipulation of versions. description: Basic versioning library. license: OtherLicense license-file: LICENSE author: Chris Blake maintainer: chris@code.sc copyright: See LICENSE file category: Development build-type: Simple cabal-version: >= 1.10 library exposed-modules: Data.Old.Version default-extensions: NoImplicitPrelude , Safe other-extensions: CPP if impl(ghc>=7.8) other-extensions: AutoDeriveTypeable else other-extensions: DeriveDataTypeable build-depends: base >= 4.6 && < 4.8 default-language: Haskell2010 ghc-options: -Wall