-- Initial data-list-zigzag.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: data-list-zigzag
version: 0.1.0.0
synopsis: A list but with a balanced enumeration of Cartesian product.
description: A list but with a balanced enumeration of Cartesian product.
homepage: https://github.com/erisco/data-list-zigzag
license: BSD3
license-file: LICENSE
author: Eric Brisco
maintainer: eric.brisco@gmail.com
copyright: Copyright (c) 2017, Eric Brisco
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Data.List.ZigZag
build-depends: base >=4.9 && <4.10
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/erisco/data-list-zigzag
source-repository this
type: git
location: https://github.com/erisco/data-list-zigzag
tag: v0.1.0.0