-- Initial monad-stack.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                context-stack
version:             0.1.0.1
synopsis:            An abstraction of a stack and stack-based monadic context.
-- description:
homepage:            http://github.com/thinkpad20/context-stack
license:             MIT
license-file:        LICENSE
author:              Allen Nelson
maintainer:          ithinkican@gmail.com
-- copyright:
category:            Data
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     Data.ContextStack
  -- other-modules:
  other-extensions:    NoImplicitPrelude, TypeFamilies, FlexibleContexts, LambdaCase, OverloadedStrings
  build-depends:       base >=4.7 && <4.8, classy-prelude, unordered-containers, mtl
  hs-source-dirs:      src
  default-language:    Haskell2010