name:                todo
version:             0.2.0.2
synopsis:            A todo bottom.
description:
            This library provides "todo:s", wrapping error and undefined,
            and throws compile time warnings on todo:s still in your code.

license:             BSD3
license-file:        LICENSE
author:              Jonathan Skårstedt
maintainer:          jonathan.skarstedt@gmail.com

category:            Debug
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: https://github.com/nyson/todo

library
  exposed-modules:     Debug.Todo
  build-depends:       base >=4.9 && < 4.13
  default-language:    Haskell2010