packages feed

partialord-0.0.2: partialord.cabal

cabal-version: 2.2

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

name:           partialord
version:        0.0.2
synopsis:       Data structure supporting partial orders
description:    Please see README.md
category:       Data structures
homepage:       https://github.com/jcranch/partialord#readme
bug-reports:    https://github.com/jcranch/partialord/issues
author:         James Cranch
maintainer:     j.d.cranch@sheffield.ac.uk
copyright:      2023 James Cranch
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/jcranch/partialord

library
  exposed-modules:
      Data.PartialOrd
  other-modules:
      Paths_partialord
  autogen-modules:
      Paths_partialord
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      base >=4.7 && <5
    , containers >=0.6 && <0.8
  default-language: Haskell2010

test-suite partialord-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.PartialOrdSpec
      Paths_partialord
  autogen-modules:
      Paths_partialord
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , containers >=0.6 && <0.8
    , hspec >=2.7 && <2.12
    , partialord
  default-language: Haskell2010