-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 0a016af0041c0031e10ed2ff62abdea1128ab39a903dda49dbc80ef759eb5367 name: tao-example version: 1.0.0 synopsis: Example usage of the tao package. description: Example usage of type-level assertions using tao. 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.10 && <5 , tao >=1.0.0 && <1.1.0 exposed-modules: Tao.Example Tao.Example.List other-modules: Paths_tao_example default-language: Haskell2010