-- Initial todo.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: todo version: 0.1.0.0 synopsis: Gives warnings when you leave a bottom in your code description: By wrapping standard functions with warnings we may show where we leave our bottoms and traces. license: BSD3 license-file: LICENSE author: Jonathan Skårstedt maintainer: jonathan.skarstedt@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/nyson/todo library exposed-modules: Development.Todo build-depends: base >=4.9 && <4.10 default-language: Haskell2010