-- Initial list-mux.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: list-mux version: 1.0 synopsis: List Multiplexing description: Functions for multiplexing lists homepage: http://github.com/hellertime/list-mux license: BSD3 license-file: LICENSE author: Chris Heller maintainer: hellertime@gmail.com -- copyright: category: List build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.List.Mux -- other-modules: build-depends: base ==4.5.* hs-source-dirs: src