name:                ghc-call-stack-extras
version:             0.1.0.0
synopsis:            Extra utilities for HasCallStack
-- description:         
homepage:            https://github.com/treeowl/ghc-call-stack-extras
license:             BSD3
license-file:        LICENSE
author:              David Feuer
maintainer:          David.Feuer@gmail.com
copyright:           2018 David Feuer
category:            Control
build-type:          Simple
extra-source-files:  ChangeLog.md, README.md
cabal-version:       >=1.10

library
  exposed-modules:     Control.CallStack.Extras
  -- other-modules:       
  other-extensions:    RankNTypes
                     , ScopedTypeVariables
  build-depends:       base >=4.9 && <5
  -- hs-source-dirs:      
  default-language:    Haskell2010