cabal-version: 3.0 name: adhoc-fixtures-hspec version: 0.1.0.1 author: Gautier DI FOLCO maintainer: gautier.difolco@gmail.com category: Data build-type: Simple license: ISC license-file: LICENSE synopsis: Manage fine grained fixtures description: Helps improves tests crafting per-test fixtures (hspec support) Homepage: http://github.com/blackheaven/adhoc-fixtures/adhoc-fixtures-hspec tested-with: GHC==9.2.4 library default-language: Haskell2010 build-depends: base == 4.* , adhoc-fixtures >= 0.1.0.0 && < 1 , hspec >= 2.7.0 && < 2.11 , yarl >= 0.1.0.0 && < 1 hs-source-dirs: src exposed-modules: Data.Fixtures.Adhoc.Hspec other-modules: Paths_adhoc_fixtures_hspec autogen-modules: Paths_adhoc_fixtures_hspec default-extensions: DataKinds DefaultSignatures DeriveAnyClass DeriveGeneric DerivingStrategies DerivingVia DuplicateRecordFields FlexibleContexts GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase OverloadedLists OverloadedStrings OverloadedRecordDot RankNTypes RecordWildCards ScopedTypeVariables TypeApplications TypeFamilies TypeOperators ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints test-suite adhoc-fixtures-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: Data.Fixtures.Adhoc.HspecSpec Paths_adhoc_fixtures_hspec autogen-modules: Paths_adhoc_fixtures_hspec default-extensions: DataKinds DefaultSignatures DeriveAnyClass DeriveGeneric DerivingStrategies DerivingVia DuplicateRecordFields FlexibleContexts GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase OverloadedLists OverloadedStrings OverloadedRecordDot RankNTypes RecordWildCards ScopedTypeVariables TypeApplications TypeFamilies TypeOperators ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints build-depends: base , adhoc-fixtures , adhoc-fixtures-hspec , hspec , hspec-core , hspec-discover , safe-exceptions , yarl default-language: Haskell2010