packages feed

discover-instances-0.1.0.0: discover-instances.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name:           discover-instances
version:        0.1.0.0
description:    Please see the README on GitHub at <https://github.com/parsonsmatt/discover-instances#readme>
homepage:       https://github.com/parsonsmatt/discover-instances#readme
bug-reports:    https://github.com/parsonsmatt/discover-instances/issues
author:         Matt Parsons
maintainer:     parsonsmatt@gmail.com
copyright:      Matt Parsons
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/parsonsmatt/discover-instances

library
  exposed-modules:
      DiscoverInstances
  other-modules:
      Paths_discover_instances
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.12 && <5
    , some-dict-of
    , template-haskell
    , th-compat
  default-language: Haskell2010

test-suite discover-instances-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_discover_instances
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.12 && <5
    , discover-instances
    , some-dict-of
    , template-haskell
    , th-compat
  default-language: Haskell2010