cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 70df2f10973c81e46d821b983f5e34da9259332300e55b19450c28ddf2c78bbf name: mockazo version: 0.1.1 synopsis: Mock records of functions easily description: Please see the README on GitHub at category: Testing homepage: https://github.com/theam/mockazo#readme bug-reports: https://github.com/theam/mockazo/issues author: The Agile Monkeys maintainer: hackers@theagilemonkeys.com copyright: 2019 The Agile Monkeys license: MIT license-file: LICENSE.md build-type: Simple extra-source-files: README.md LICENSE.md source-repository head type: git location: https://github.com/theam/mockazo library exposed-modules: Data.Component.Mock other-modules: Data.Component.Mock.TH Data.Component.Mock.TH.Common Data.Component.Mock.TH.Gadt Data.Component.Mock.TH.Instance Data.Component.Mock.TH.NewFunction Paths_mockazo hs-source-dirs: src default-extensions: ConstraintKinds DataKinds DefaultSignatures FlexibleContexts GADTs KindSignatures NoImplicitPrelude OverloadedStrings RankNTypes RecordWildCards StandaloneDeriving ScopedTypeVariables TemplateHaskell TupleSections TypeOperators ghc-options: -Wall -fno-warn-orphans -fno-warn-name-shadowing -optP-Wno-nonportable-include-path -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Widentities -Wredundant-constraints -Wmissing-export-lists -Wpartial-fields -fhide-source-paths -freverse-errors build-depends: base >=4.7 && <5 , constraints >=0.10 , multistate >=0.8 , relude >=0.4 , template-haskell >=2.14 default-language: Haskell2010 test-suite mockazo-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Mock.HigherKinded Mock.SingleKinded Paths_mockazo hs-source-dirs: test default-extensions: ConstraintKinds DataKinds DefaultSignatures FlexibleContexts GADTs KindSignatures NoImplicitPrelude OverloadedStrings RankNTypes RecordWildCards StandaloneDeriving ScopedTypeVariables TemplateHaskell TupleSections TypeOperators ghc-options: -Wall -fno-warn-orphans -fno-warn-name-shadowing -optP-Wno-nonportable-include-path -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Widentities -Wredundant-constraints -Wmissing-export-lists -Wpartial-fields -fhide-source-paths -freverse-errors -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , constraints >=0.10 , hspec , mockazo , multistate >=0.8 , relude >=0.4 , template-haskell >=2.14 default-language: Haskell2010