packages feed

xenomorph-0.0.1.0: xenomorph.cabal

cabal-version: 1.12

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

name:           xenomorph
version:        0.0.1.0
description:    Please see the README on Github at <https://github.com/mercurytechnologies/xenomorph#readme>
homepage:       https://github.com/mercurytechnologies/xenomorph#readme
bug-reports:    https://github.com/mercurytechnologies/xenomorph/issues
author:         Rebecca Skinner
maintainer:     engineers@mercury.com
copyright:      2022 Mercury
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    changelog.md

source-repository head
  type: git
  location: https://github.com/mercurytechnologies/xenomorph

library
  exposed-modules:
      Xenomorph
  other-modules:
      Paths_xenomorph
  hs-source-dirs:
      src
  default-extensions:
      ImportQualifiedPost
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.14 && <5
    , bytestring
    , html-entities
    , text
    , unordered-containers
    , vector
    , xeno
  default-language: Haskell2010

test-suite xenomorph-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_xenomorph
  hs-source-dirs:
      test
  default-extensions:
      ImportQualifiedPost
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      base >=4.14 && <5
    , bytestring
    , hspec
    , html-entities
    , text
    , unordered-containers
    , vector
    , xeno
    , xenomorph
  default-language: Haskell2010