-- This Cabal file generated using the Cartel library. -- Cartel is available at: -- http://www.github.com/massysett/cartel -- -- Script name used to generate: gen-non-empty-sequence-cabal -- Generated on: 2016-07-31 00:32:21.890229 EDT -- Cartel library version: 0.16.0.0 name: non-empty-sequence version: 0.2.0.0 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE build-type: Simple copyright: Copyright (c) 2016 Omari Norman author: Omari Norman maintainer: omari@smileystation.com stability: Experimental homepage: http://www.github.com/massysett/non-empty-sequence bug-reports: http://www.github.com/massysett/non-empty-sequence/issues synopsis: Non-empty sequence description: Please see README.md extra-source-files: README.md Library build-depends: base >= 4.8 && < 5 , containers >= 0.5.6 , semigroups >= 0.18.1 exposed-modules: Data.Sequence.NonEmpty ghc-options: -Wall default-language: Haskell2010 hs-source-dirs: lib source-repository head type: git location: https://github.com/massysett/non-empty-sequence.git