packages feed

dahdit-test-0.7.0: dahdit-test.cabal

cabal-version: 1.12

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

name:           dahdit-test
version:        0.7.0
synopsis:       Test utils for Dahdit serde
description:    Please see the README on GitHub at <https://github.com/ejconlon/dahdit-test#readme>
homepage:       https://github.com/ejconlon/dahdit-test#readme
bug-reports:    https://github.com/ejconlon/dahdit-test/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2023 Eric Conlon
license:        BSD3
build-type:     Simple
tested-with:
    GHC == 9.8.4
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/dahdit-test

library
  exposed-modules:
      Test.Dahdit.Daytripper
      Test.Dahdit.GenDefault
  other-modules:
      Paths_dahdit_test
  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 && <0.13
    , containers ==0.6.*
    , dahdit ==0.7.*
    , daytripper ==1.0.*
    , directory ==1.3.*
    , prop-unit >=1.0.1 && <1.1
    , text >=1.2 && <2.2
  default-language: GHC2021

test-suite dahdit-test-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_dahdit_test
  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 && <0.13
    , containers ==0.6.*
    , dahdit ==0.7.*
    , dahdit-test
    , daytripper ==1.0.*
    , directory ==1.3.*
    , prop-unit >=1.0.1 && <1.1
    , text >=1.2 && <2.2
  default-language: GHC2021