packages feed

servant-serf-0.2.0: servant-serf.cabal

cabal-version: 1.12

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

name:           servant-serf
version:        0.2.0
synopsis:       Generates a servant API module
description:    A preprocessor which will parse a psuedo-haskell module with imports and generate a module with exports a Route type and a handler function
category:       Code Generation
homepage:       https://github.com/EdutainmentLIVE/servant-serf#readme
bug-reports:    https://github.com/EdutainmentLIVE/servant-serf/issues
maintainer:     ACI Learning
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/EdutainmentLIVE/servant-serf

library
  ghc-options: -Weverything -Wno-all-missed-specializations -Wno-implicit-prelude -Wno-missed-specialisations -Wno-missing-deriving-strategies -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-redundant-constraints -Wno-safe -Wno-unsafe
  default-language: Haskell2010

executable servant-serf
  main-is: Main.hs
  other-modules:
      ApiModule
      Options
      Regex
  hs-source-dirs:
      app
  ghc-options: -Weverything -Wno-all-missed-specializations -Wno-implicit-prelude -Wno-missed-specialisations -Wno-missing-deriving-strategies -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-redundant-constraints -Wno-safe -Wno-unsafe
  build-depends:
      attoparsec
    , base <=5.2.0.0
    , hpack
    , mtl
    , optparse-applicative
    , regex-base
    , regex-tdfa >=1.3.1.0
    , text
  default-language: Haskell2010