packages feed

frequent-substring-0.1.0.0: frequent-substring.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:           frequent-substring
version:        0.1.0.0
synopsis:       Identifies and replaces frequent subsequences in long strings
description:    Please see the README on GitHub at <https://github.com/mherzl/frequent-substring#readme>
category:       CLI Tool
homepage:       https://github.com/mherzl/frequent-substring#readme
bug-reports:    https://github.com/mherzl/frequent-substring/issues
author:         Matthew Herzl
maintainer:     matthew@herzl.email
copyright:      2025 Matthew Herzl
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/mherzl/frequent-substring

library
  exposed-modules:
      FreqMap
      FrequentSubstring
      Util
  other-modules:
      Paths_frequent_substring
  autogen-modules:
      Paths_frequent_substring
  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:
      HUnit >=1.6.2.0 && <1.7
    , base >=4.7 && <5
    , containers >=0.6.7 && <0.7
    , hashable >=1.4.3.0 && <1.5
    , optparse-applicative >=0.17.1.0 && <0.18
    , text >=2.0.2 && <2.1
    , text-replace >=0.1.0.3 && <0.2
  default-language: Haskell2010

executable frequent-substring-exe
  main-is: Main.hs
  other-modules:
      Paths_frequent_substring
  autogen-modules:
      Paths_frequent_substring
  hs-source-dirs:
      app
  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:
      HUnit >=1.6.2.0 && <1.7
    , base >=4.7 && <5
    , containers >=0.6.7 && <0.7
    , frequent-substring
    , hashable >=1.4.3.0 && <1.5
    , optparse-applicative >=0.17.1.0 && <0.18
    , text >=2.0.2 && <2.1
    , text-replace >=0.1.0.3 && <0.2
  default-language: Haskell2010

test-suite frequent-substring-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_frequent_substring
  autogen-modules:
      Paths_frequent_substring
  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:
      HUnit >=1.6.2.0 && <1.7
    , base >=4.7 && <5
    , containers >=0.6.7 && <0.7
    , frequent-substring
    , hashable >=1.4.3.0 && <1.5
    , optparse-applicative >=0.17.1.0 && <0.18
    , text >=2.0.2 && <2.1
    , text-replace >=0.1.0.3 && <0.2
  default-language: Haskell2010