cabal-version: 3.0 name: toolbox version: 0.5.0.0 description: Please see the README on GitHub at homepage: https://github.com/mixphix/toolbox#readme bug-reports: https://github.com/mixphix/toolbox/issues author: Melanie Brown maintainer: brown.m@pm.me copyright: (c) 2021-2023 Melanie Brown license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/mixphix/toolbox library exposed-modules: Control.Monad.Toolbox Data.Either.Toolbox Data.Foldable.Toolbox Data.Function.Toolbox Data.Function.Toolbox.Internal Data.List.NonEmpty.Toolbox Data.List.Toolbox Data.Monoid.Toolbox Data.Ord.Toolbox Data.Time.Calendar.Toolbox Data.Time.Format.Toolbox Data.Time.LocalTime.Toolbox Data.Time.Timeframe Data.Time.Toolbox Data.Tuple.Toolbox hs-source-dirs: src ghc-options: -Wall -haddock build-depends: , base >=4.18 && <5 , containers , template-haskell , time default-language: Haskell2010