packages feed

tehepero-0: tehepero.cabal

cabal-version:       2.4
name:                tehepero
version:             0
synopsis:            Prettier error
description:         Haskell port of Rust's unwrap and except
bug-reports:         https://github.com/fumieval/tehepero
license:             BSD-3-Clause
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          fumiexcel@gmail.com
copyright:           Copyright (c) 2020- Fumiaki Kinoshita
category:            Control
extra-source-files:  CHANGELOG.md

source-repository head
  type:     git
  location: https://github.com/fumieval/tehepero

library
  exposed-modules:     Control.Panic
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.12.0.0 && <4.15
    , prettyprinter
    , prettyprinter-ansi-terminal
    , exceptions
    , fallible
  hs-source-dirs:      src
  default-language:    Haskell2010