-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a9125498fd1ebc5e99357cb301fed358c42dd844e01a4e7b4497a01901820bde name: tao version: 1.0.0 synopsis: Type-level assertion operators. description: Type-level unit testing via assertion operators/functions. category: Testing homepage: https://github.com/jship/tao#readme bug-reports: https://github.com/jship/tao/issues author: Jason Shipman maintainer: Jason Shipman license: MIT build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md LICENSE.md package.yaml README.md source-repository head type: git location: https://github.com/jship/tao library hs-source-dirs: library ghc-options: -Wall build-depends: base >=4.9 && <5 exposed-modules: Tao other-modules: Paths_tao default-language: Haskell2010