name:                panic
version:             0.2.0.0
synopsis:            A convenient way to panic.
description:         A convenient way to panic.
license:             ISC
license-file:        LICENSE
author:              Iavor Diatchki
maintainer:          iavor.diatchki@gmail.com
category:            Development
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: https://github.com/yav/panic.git

library
  exposed-modules:     Panic
  build-depends:       base >= 4.5 && < 5.0, gitrev >= 1.0, template-haskell
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010