packages feed

om-show-0.1.2.13: om-show.cabal

cabal-version:       3.0
name:                om-show
version:             0.1.2.13
synopsis:            Utilities for showing string-like things.
description:         Utilities for showing string-like things.
homepage:            https://github.com/owensmurray/om-show
license:             MIT
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owensmurray.com
copyright:           2025 Owens Murray, LLC.
category:            Text
build-type:          Simple
extra-source-files:
  CHANGELOG.md
  LICENSE
  README.md


common dependencies
  build-depends:
    , aeson >= 2.0.3.0  && < 2.4
    , base  >= 4.15.0.0 && < 4.23
    , text  >= 1.2.5.0  && < 2.2

common warnings
  ghc-options:
    -Wall
    -Wmissing-deriving-strategies
    -Wmissing-export-lists
    -Wmissing-import-lists
    -Wredundant-constraints

library
  import: dependencies, warnings
  exposed-modules:     
    OM.Show
  -- other-modules:       
  -- other-extensions:    
  hs-source-dirs: src
  default-language: Haskell2010