name: container-builder
version: 0.1
synopsis: Functions for building containers from a known number of elements
description: Please see README.md
homepage: https://github.com/andrewthad/container-builder#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:
Data.List.From
Data.Vector.From
build-depends:
base >= 4.7 && < 5
, vector
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/andrewthad/container-builder