packages feed

bento-0.1.0: bento.cabal

-- This file has been generated from package.yaml by hpack version 0.9.0.
--
-- see: https://github.com/sol/hpack

name:           bento
version:        0.1.0
synopsis:       🍱 Manage stateful components.
description:    Bento manages stateful components.
category:       Utility
homepage:       https://github.com/tfausak/bento#readme
bug-reports:    https://github.com/tfausak/bento/issues
maintainer:     Taylor Fausak
license:        MIT
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.markdown
    package.yaml
    README.markdown
    stack.yaml

source-repository head
  type: git
  location: https://github.com/tfausak/bento

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base >=4 && <5
  exposed-modules:
      Bento
  default-language: Haskell2010