-- Initial acme-kitchen-sink.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: acme-kitchen-sink version: 0.1.0.0 synopsis: A place for dumping that does-not-feel-right code while you improve it description: Do you have code you feel that should be shared on some library, but can't pin down on how it should be named, or structured? Are you reusing tools that you are uncertain if optimal, or even if they solve the right problem? Does everything seem in place, aligned, within reach, and yeat you just can't grab that bird? . If so, this package is for you. . Drop here any code you think may be valuable, and refrain from depending on this package. If anything here is useful for you, copy into your project and subscribe to the respective issue. . See the README for more details. homepage: https://github.com/marcosdumay/acme-kitchen-sink license: BSD3 license-file: LICENSE author: Marcos Dumay de Medeiros maintainer: marcos@marcosdumay.com category: Other build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/marcosdumay/acme-kitchen-sink.git branch: master source-repository this type: git location: https://github.com/marcosdumay/acme-kitchen-sink.git tag: 0.1.0.0 library exposed-modules: Control.Applicative.Acme, Data.Monoid.Acme, Data.Monoid.Category -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fwarn-incomplete-patterns