cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: daytripper version: 0.3.1 synopsis: Helpers for round-trip tests description: Please see the README on GitHub at homepage: https://github.com/ejconlon/daytripper#readme bug-reports: https://github.com/ejconlon/daytripper/issues author: Eric Conlon maintainer: ejconlon@gmail.com copyright: (c) 2023 Eric Conlon license: BSD3 build-type: Simple tested-with: GHC == 9.2.7 extra-source-files: README.md source-repository head type: git location: https://github.com/ejconlon/daytripper library exposed-modules: Test.Daytripper other-modules: Paths_daytripper hs-source-dirs: src default-extensions: BangPatterns ConstraintKinds DataKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase KindSignatures MultiParamTypeClasses Rank2Types ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeOperators TypeFamilies ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends: base >=4.12 && <5 , bytestring ==0.11.* , directory ==1.3.* , falsify ==0.2.* , optparse-applicative >=0.17 && <0.19 , tagged ==0.8.* , tasty ==1.4.* , tasty-hunit ==0.10.* default-language: GHC2021 test-suite daytripper-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_daytripper hs-source-dirs: test default-extensions: BangPatterns ConstraintKinds DataKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase KindSignatures MultiParamTypeClasses Rank2Types ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeOperators TypeFamilies ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5 , bytestring ==0.11.* , daytripper , directory ==1.3.* , falsify ==0.2.* , optparse-applicative >=0.17 && <0.19 , tagged ==0.8.* , tasty ==1.4.* , tasty-hunit ==0.10.* default-language: GHC2021