packages feed

call-stack-0.2.0: call-stack.cabal

cabal-version: 1.12

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

name:           call-stack
version:        0.2.0
synopsis:       Use GHC call-stacks in a backward compatible way
category:       Data
homepage:       https://github.com/sol/call-stack#readme
bug-reports:    https://github.com/sol/call-stack/issues
maintainer:     Simon Hengel <sol@typeful.net>
license:        MIT
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/sol/call-stack

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.5.0.0 && <5
  exposed-modules:
      Data.CallStack
  other-modules:
      Data.SrcLoc
      Paths_call_stack
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base >=4.5.0.0 && <5
    , call-stack
    , nanospec
  other-modules:
      Data.CallStackSpec
      Example
      Util
      Paths_call_stack
  default-language: Haskell2010