packages feed

incipit-0.1.0.2: incipit.cabal

cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

name:           incipit
version:        0.1.0.2
synopsis:       A Prelude for Polysemy
description:    See <https://hackage.haskell.org/package/incipit/docs/Prelude.html>
category:       Prelude
homepage:       https://github.com/tek/incipit#readme
bug-reports:    https://github.com/tek/incipit/issues
author:         Torsten Schmits
maintainer:     haskell@tryp.io
copyright:      2022 Torsten Schmits
license:        BSD-2-Clause-Patent
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    readme.md
    changelog.md

source-repository head
  type: git
  location: https://github.com/tek/incipit

library
  exposed-modules:
      Conc
      Incipit
      Log
      Prelude
      Queue
      Sync
      Time
  reexported-modules:
      Polysemy.Conc
    , Polysemy.Conc.Queue
    , Polysemy.Conc.Sync
    , Polysemy.Log
    , Polysemy.Resume
    , Polysemy.Time
  hs-source-dirs:
      lib
  default-extensions:
      AllowAmbiguousTypes
      ApplicativeDo
      BangPatterns
      BinaryLiterals
      BlockArguments
      ConstraintKinds
      DataKinds
      DefaultSignatures
      DeriveAnyClass
      DeriveDataTypeable
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      DisambiguateRecordFields
      DoAndIfThenElse
      DuplicateRecordFields
      EmptyDataDecls
      ExistentialQuantification
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      InstanceSigs
      KindSignatures
      LambdaCase
      LiberalTypeSynonyms
      MultiParamTypeClasses
      MultiWayIf
      NamedFieldPuns
      NoImplicitPrelude
      OverloadedStrings
      OverloadedLists
      PackageImports
      PartialTypeSignatures
      PatternGuards
      PatternSynonyms
      PolyKinds
      QuantifiedConstraints
      QuasiQuotes
      RankNTypes
      RecordWildCards
      RecursiveDo
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TupleSections
      TypeApplications
      TypeFamilies
      TypeFamilyDependencies
      TypeOperators
      TypeSynonymInstances
      UndecidableInstances
      UnicodeSyntax
      ViewPatterns
  ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities
  build-depends:
      base ==4.*
    , incipit-core ==0.1.0.2
    , polysemy-conc >=0.5
    , polysemy-log >=0.5
    , polysemy-resume >=0.3
    , polysemy-time >=0.3
  mixins:
      base hiding (Prelude)
    , incipit-core hiding (Prelude, Incipit)
    , incipit-core (Incipit as IncipitCore)
  if impl(ghc >= 8.10)
    ghc-options: -Wunused-packages
  default-language: Haskell2010