cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: calamity-commands version: 0.4.0.0 synopsis: A library for declaring, parsing, and invoking text-input based commands description: Please see the README on GitHub at category: Utils homepage: https://github.com/simmsb/calamity bug-reports: https://github.com/simmsb/calamity/issues author: Ben Simms maintainer: ben@bensimms.moe copyright: 2020 Ben Simms license: MIT license-file: LICENSE build-type: Simple tested-with: GHC == 8.10.7, GHC == 9.2.2 extra-source-files: README.md ChangeLog.md extra-doc-files: README.md source-repository head type: git location: https://github.com/simmsb/calamity library exposed-modules: CalamityCommands CalamityCommands.AliasType CalamityCommands.Check CalamityCommands.Command CalamityCommands.CommandUtils CalamityCommands.Context CalamityCommands.Dsl CalamityCommands.Error CalamityCommands.Group CalamityCommands.Handler CalamityCommands.Help CalamityCommands.Internal.LocalWriter CalamityCommands.Internal.RunIntoM CalamityCommands.Internal.Utils CalamityCommands.ParameterInfo CalamityCommands.ParsePrefix CalamityCommands.Parser CalamityCommands.Utils hs-source-dirs: ./ default-extensions: StrictData AllowAmbiguousTypes BlockArguments NoMonomorphismRestriction BangPatterns BinaryLiterals UndecidableInstances ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs DerivingVia DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving DeriveAnyClass InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields TypeOperators TypeApplications RoleAnnotations ghc-options: -fplugin=Polysemy.Plugin -funbox-strict-fields -Wall -fno-warn-name-shadowing build-depends: base >=4.13 && <5 , optics >=0.4.1 && <0.5 , megaparsec >=8 && <10 , polysemy >=1.5 && <2 , polysemy-plugin >=0.3 && <0.5 , text >=1.2 && <2.1 , text-show >=3.8 && <4 , unordered-containers ==0.2.* default-language: Haskell2010