cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: polysemy-scoped-fs
version: 0.1.0.0
synopsis: Well-typed filesystem operation effects.
description: Please see the README on GitLab at <https://gitlab.com/hisaket/polysemy-scoped-fs/-/blob/master/README.adoc>
category: Polysemy Filesystem
homepage: https://gitlab.com/hisaket/polysemy-scoped-fs
bug-reports: https://gitlab.com/hisaket/polysemy-scoped-fs/issues
author: Hisaket VioletRed
maintainer: hisaket@outlook.jp
copyright: 2022 Hisaket VioletRed
license: AGPL-3.0-or-later
license-file: LICENSE
build-type: Simple
extra-source-files:
README.adoc
ChangeLog.adoc
README.md
ChangeLog.md
source-repository head
type: git
location: https://gitlab.com/hisaket/polysemy-scoped-fs
library
exposed-modules:
Polysemy.Env
Polysemy.FS.Scoped
Polysemy.FS.Scoped.ByteString
Polysemy.FS.Scoped.ByteString.Internal
Polysemy.FS.Scoped.Internal
Polysemy.FS.Scoped.Internal.MembersProof
Polysemy.FS.Scoped.Oneshot
Polysemy.FS.Scoped.Text
Polysemy.FS.Scoped.Text.Internal
Polysemy.Scoped.Path
Polysemy.Scoped.Path.Internal
Polysemy.Scoped.Path.Isolation
Polysemy.ScopedReader
Polysemy.SequentialAccess
Polysemy.SequentialAccess.ByteString
Polysemy.SequentialAccess.Text
other-modules:
Paths_polysemy_scoped_fs
hs-source-dirs:
src
default-extensions:
DataKinds
FlexibleContexts
GADTs
LambdaCase
PolyKinds
RankNTypes
ScopedTypeVariables
TypeApplications
TypeOperators
TypeFamilies
UnicodeSyntax
BlockArguments
TemplateHaskell
QuasiQuotes
ghc-options: -flate-specialise -fspecialise-aggressively -fplugin=Polysemy.Plugin -fwarn-incomplete-patterns
build-depends:
base >=4.7 && <5
, bytestring >=0.10.12 && <0.11
, directory >=1.3.6 && <1.4
, doctest ==0.17.*
, extra >=1.7.9 && <1.8
, path >=0.8.0 && <0.9
, polysemy >=1.7.1 && <1.8
, polysemy-fs >=0.1.0 && <0.2
, polysemy-path >=0.2.0 && <0.3
, polysemy-plugin >=0.4.3 && <0.5
, text >=1.2.4 && <1.3
default-language: Haskell2010
autogen-modules: Paths_polysemy_scoped_fs
test-suite polysemy-scoped-fs-doctest
type: exitcode-stdio-1.0
main-is: test/doctests.hs
other-modules:
Paths_polysemy_scoped_fs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring >=0.10.12 && <0.11
, directory >=1.3.6 && <1.4
, doctest ==0.17.*
, extra >=1.7.9 && <1.8
, path >=0.8.0 && <0.9
, polysemy >=1.7.1 && <1.8
, polysemy-fs >=0.1.0 && <0.2
, polysemy-path >=0.2.0 && <0.3
, polysemy-plugin >=0.4.3 && <0.5
, polysemy-scoped-fs
, text >=1.2.4 && <1.3
default-language: Haskell2010
test-suite polysemy-scoped-fs-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_polysemy_scoped_fs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring >=0.10.12 && <0.11
, directory >=1.3.6 && <1.4
, doctest ==0.17.*
, extra >=1.7.9 && <1.8
, path >=0.8.0 && <0.9
, polysemy >=1.7.1 && <1.8
, polysemy-fs >=0.1.0 && <0.2
, polysemy-path >=0.2.0 && <0.3
, polysemy-plugin >=0.4.3 && <0.5
, polysemy-scoped-fs
, text >=1.2.4 && <1.3
default-language: Haskell2010