packages feed

module-munging-0.1.0.1: module-munging.cabal

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:           module-munging
version:        0.1.0.1
synopsis:       Smash together text to make modules.
description:    Thin, low-tech wrapper for smashing together raw text to make Haskell modules.
category:       Codegen
homepage:       https://github.com/jship/module-munging#readme
bug-reports:    https://github.com/jship/module-munging/issues
author:         Jason Shipman
maintainer:     Jason Shipman
license:        MIT
license-file:   LICENSE.md
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    LICENSE.md
    package.yaml
    README.md

source-repository head
  type: git
  location: https://github.com/jship/module-munging

flag recent-hspec-discover
  description: Assumes hspec-discover version is 2.10.3+
  manual: True
  default: True

library
  exposed-modules:
      ModuleMunging
  other-modules:
      Paths_module_munging
  hs-source-dirs:
      library
  default-extensions:
      BlockArguments
      DerivingStrategies
      ImportQualifiedPost
      LambdaCase
  ghc-options: -Weverything -Wno-missing-local-signatures -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specializations -Wno-all-missed-specializations -Wno-unsafe -Wno-safe -Wno-missing-safe-haskell-mode
  build-depends:
      base >=4.11.0.0 && <5
  default-language: GHC2021

test-suite module-munging-test-suite
  type: exitcode-stdio-1.0
  main-is: Driver.hs
  other-modules:
      Test.ModuleMungingSpec
      Paths_module_munging
  hs-source-dirs:
      test-suite
  default-extensions:
      BlockArguments
      DerivingStrategies
      ImportQualifiedPost
      LambdaCase
  ghc-options: -Weverything -Wno-missing-local-signatures -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specializations -Wno-all-missed-specializations -Wno-unsafe -Wno-safe -Wno-missing-safe-haskell-mode -rtsopts -threaded -with-rtsopts "-N"
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      base
    , hspec
    , module-munging
    , string-interpolate
  default-language: GHC2021
  if !flag(recent-hspec-discover)
    ghc-options: -Wno-prepositive-qualified-module -Wno-missing-export-lists