1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
name: panic
version: 0.4.0.1
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
|