31 lines
864 B
Plaintext
31 lines
864 B
Plaintext
name: colonnade
|
|
version: 0.1
|
|
synopsis: Generic types and functions for columnar encoding and decoding
|
|
description: Please see README.md
|
|
homepage: https://github.com/andrewthad/colonnade#readme
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Andrew Martin
|
|
maintainer: andrew.thaddeus@gmail.com
|
|
copyright: 2016 Andrew Martin
|
|
category: web
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
hs-source-dirs: src
|
|
exposed-modules:
|
|
Colonnade.Types
|
|
Colonnade.Encoding
|
|
Colonnade.Decoding
|
|
Colonnade.Internal.Ap
|
|
build-depends:
|
|
base >= 4.7 && < 5
|
|
, contravariant
|
|
, vector
|
|
default-language: Haskell2010
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/andrewthad/colonnade
|