packages feed

Cabal revisions of incipit-core-0.5.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 2.2---- This file has been generated from package.yaml by hpack version 0.35.0.------ see: https://github.com/sol/hpack--name:           incipit-core-version:        0.5.1.0-synopsis:       A Prelude for Polysemy-description:    See https://hackage.haskell.org/package/incipit-core/docs/IncipitCore.html-category:       Prelude-homepage:       https://github.com/tek/incipit-core#readme-bug-reports:    https://github.com/tek/incipit-core/issues-author:         Torsten Schmits-maintainer:     hackage@tryp.io-copyright:      2023 Torsten Schmits-license:        BSD-2-Clause-Patent-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    changelog.md-    readme.md--source-repository head-  type: git-  location: https://github.com/tek/incipit-core--library-  exposed-modules:-      Incipit.Exception-      IncipitCore-  reexported-modules:-      Control.Concurrent.STM-    , Control.Concurrent.STM.TArray-    , Control.Concurrent.STM.TBQueue-    , Control.Concurrent.STM.TChan-    , Control.Concurrent.STM.TMVar-    , Control.Concurrent.STM.TQueue-    , Control.Concurrent.STM.TSem-    , Control.Concurrent.STM.TVar-    , Control.Monad.STM-    , Data.ByteString-    , Data.ByteString.Builder-    , Data.ByteString.Lazy-    , Data.ByteString.Short-    , Data.IntMap.Lazy-    , Data.IntMap.Strict-    , Data.IntSet-    , Data.Map.Lazy-    , Data.Map.Strict-    , Data.Map.Merge.Lazy-    , Data.Map.Merge.Strict-    , Data.Sequence-    , Data.Set-    , Data.Text-    , Data.Text.IO-    , Data.Text.Lazy-    , Data.Text.Lazy.Builder-    , Data.Text.Lazy.IO-    , Data.Text.Read-    , Data.Tree-  hs-source-dirs:-      lib-  default-extensions:-      AllowAmbiguousTypes-      ApplicativeDo-      BlockArguments-      DataKinds-      DefaultSignatures-      DeriveAnyClass-      DerivingStrategies-      DerivingVia-      DisambiguateRecordFields-      DuplicateRecordFields-      FunctionalDependencies-      GADTs-      LambdaCase-      LiberalTypeSynonyms-      MultiWayIf-      OverloadedLabels-      OverloadedLists-      OverloadedStrings-      PackageImports-      PartialTypeSignatures-      PatternSynonyms-      QuantifiedConstraints-      QuasiQuotes-      RecordWildCards-      RecursiveDo-      RoleAnnotations-      TemplateHaskell-      TypeFamilies-      TypeFamilyDependencies-      UndecidableInstances-      UnicodeSyntax-      ViewPatterns-      BangPatterns-      BinaryLiterals-      ConstraintKinds-      DeriveDataTypeable-      DeriveFoldable-      DeriveFunctor-      DeriveGeneric-      DeriveLift-      DeriveTraversable-      DoAndIfThenElse-      EmptyCase-      EmptyDataDecls-      ExistentialQuantification-      FlexibleContexts-      FlexibleInstances-      GeneralizedNewtypeDeriving-      InstanceSigs-      KindSignatures-      MultiParamTypeClasses-      NamedFieldPuns-      PatternGuards-      PolyKinds-      RankNTypes-      ScopedTypeVariables-      StandaloneDeriving-      TupleSections-      TypeApplications-      TypeOperators-      TypeSynonymInstances-      NoImplicitPrelude-  ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages-  build-depends:-      base >=4.13 && <4.19-    , incipit-base ==0.5.1.0-    , polysemy >=1.6 && <2-  default-language: Haskell2010+cabal-version: 2.2
+
+-- This file has been generated from package.yaml by hpack version 0.35.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           incipit-core
+version:        0.5.1.0
+x-revision: 1
+synopsis:       A Prelude for Polysemy
+description:    See https://hackage.haskell.org/package/incipit-core/docs/IncipitCore.html
+category:       Prelude
+homepage:       https://github.com/tek/incipit-core#readme
+bug-reports:    https://github.com/tek/incipit-core/issues
+author:         Torsten Schmits
+maintainer:     hackage@tryp.io
+copyright:      2023 Torsten Schmits
+license:        BSD-2-Clause-Patent
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    changelog.md
+    readme.md
+
+source-repository head
+  type: git
+  location: https://github.com/tek/incipit-core
+
+library
+  exposed-modules:
+      Incipit.Exception
+      IncipitCore
+  reexported-modules:
+      Control.Concurrent.STM
+    , Control.Concurrent.STM.TArray
+    , Control.Concurrent.STM.TBQueue
+    , Control.Concurrent.STM.TChan
+    , Control.Concurrent.STM.TMVar
+    , Control.Concurrent.STM.TQueue
+    , Control.Concurrent.STM.TSem
+    , Control.Concurrent.STM.TVar
+    , Control.Monad.STM
+    , Data.ByteString
+    , Data.ByteString.Builder
+    , Data.ByteString.Lazy
+    , Data.ByteString.Short
+    , Data.IntMap.Lazy
+    , Data.IntMap.Strict
+    , Data.IntSet
+    , Data.Map.Lazy
+    , Data.Map.Strict
+    , Data.Map.Merge.Lazy
+    , Data.Map.Merge.Strict
+    , Data.Sequence
+    , Data.Set
+    , Data.Text
+    , Data.Text.IO
+    , Data.Text.Lazy
+    , Data.Text.Lazy.Builder
+    , Data.Text.Lazy.IO
+    , Data.Text.Read
+    , Data.Tree
+  hs-source-dirs:
+      lib
+  default-extensions:
+      AllowAmbiguousTypes
+      ApplicativeDo
+      BlockArguments
+      DataKinds
+      DefaultSignatures
+      DeriveAnyClass
+      DerivingStrategies
+      DerivingVia
+      DisambiguateRecordFields
+      DuplicateRecordFields
+      FunctionalDependencies
+      GADTs
+      LambdaCase
+      LiberalTypeSynonyms
+      MultiWayIf
+      OverloadedLabels
+      OverloadedLists
+      OverloadedStrings
+      PackageImports
+      PartialTypeSignatures
+      PatternSynonyms
+      QuantifiedConstraints
+      QuasiQuotes
+      RecordWildCards
+      RecursiveDo
+      RoleAnnotations
+      TemplateHaskell
+      TypeFamilies
+      TypeFamilyDependencies
+      UndecidableInstances
+      UnicodeSyntax
+      ViewPatterns
+      BangPatterns
+      BinaryLiterals
+      ConstraintKinds
+      DeriveDataTypeable
+      DeriveFoldable
+      DeriveFunctor
+      DeriveGeneric
+      DeriveLift
+      DeriveTraversable
+      DoAndIfThenElse
+      EmptyCase
+      EmptyDataDecls
+      ExistentialQuantification
+      FlexibleContexts
+      FlexibleInstances
+      GeneralizedNewtypeDeriving
+      InstanceSigs
+      KindSignatures
+      MultiParamTypeClasses
+      NamedFieldPuns
+      PatternGuards
+      PolyKinds
+      RankNTypes
+      ScopedTypeVariables
+      StandaloneDeriving
+      TupleSections
+      TypeApplications
+      TypeOperators
+      TypeSynonymInstances
+      NoImplicitPrelude
+  ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
+  build-depends:
+      base >=4.13 && <4.20
+    , incipit-base ==0.5.1.0
+    , polysemy >=1.6 && <2
+  default-language: Haskell2010