packages feed

Cabal revisions of morley-prelude-0.6.0

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

revision 1
-cabal-version: 2.0---- This file has been generated from package.yaml by hpack version 0.34.4.------ see: https://github.com/sol/hpack--name:           morley-prelude-version:        0.6.0-synopsis:       A custom prelude used in Morley-description:    A custom prelude used in Morley. It re-exports the Universum prelude and makes some tiny changes.-category:       Prelude-homepage:       https://gitlab.com/morley-framework/morley-bug-reports:    https://gitlab.com/morley-framework/morley/-/issues-author:         camlCase, Serokell, Tocqueville Group-maintainer:     Serokell <hi@serokell.io>-copyright:      2019-2021 Tocqueville Group, 2021-2023 Oxhead Alpha-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    CHANGES.md--source-repository head-  type: git-  location: git@gitlab.com:morley-framework/morley.git--library-  exposed-modules:-      Debug-      Fmt-      Fmt.Buildable-      Fmt.Operators-      Fmt.Utils-      Morley.Prelude.Boolean-      Morley.Prelude.FromIntegral-      Morley.Prelude.Length-      Morley.Prelude.Show-      Morley.Prelude.Word-      Prelude-      Unsafe-  other-modules:-      Paths_morley_prelude-  autogen-modules:-      Paths_morley_prelude-  hs-source-dirs:-      src-  default-extensions:-      AllowAmbiguousTypes-      ApplicativeDo-      BangPatterns-      BlockArguments-      ConstraintKinds-      DataKinds-      DefaultSignatures-      DeriveAnyClass-      DeriveDataTypeable-      DeriveFoldable-      DeriveFunctor-      DeriveGeneric-      DeriveTraversable-      DerivingStrategies-      DerivingVia-      EmptyCase-      FlexibleContexts-      FlexibleInstances-      GADTs-      GeneralizedNewtypeDeriving-      ImportQualifiedPost-      InstanceSigs-      LambdaCase-      MultiParamTypeClasses-      MultiWayIf-      NamedFieldPuns-      NegativeLiterals-      NumDecimals-      NumericUnderscores-      OverloadedLabels-      OverloadedStrings-      PatternSynonyms-      PolyKinds-      QuantifiedConstraints-      QuasiQuotes-      RankNTypes-      RecordWildCards-      RecursiveDo-      ScopedTypeVariables-      StandaloneDeriving-      StandaloneKindSignatures-      StrictData-      TemplateHaskell-      TupleSections-      TypeApplications-      TypeFamilies-      TypeOperators-      UndecidableInstances-      UndecidableSuperClasses-      ViewPatterns-  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-missing-kind-signatures -Wno-implicit-lift -Wno-unticked-promoted-constructors-  build-depends:-      Cabal-    , OddWord-    , base-noprelude >=4.7 && <5-    , bytestring-    , int-cast-    , lens-    , prettyprinter-    , template-haskell-    , text-    , time-    , universum-  default-language: Haskell2010+cabal-version: 2.0
+
+-- This file has been generated from package.yaml by hpack version 0.34.4.
+--
+-- see: https://github.com/sol/hpack
+
+name:           morley-prelude
+version:        0.6.0
+x-revision: 1
+synopsis:       A custom prelude used in Morley
+description:    A custom prelude used in Morley. It re-exports the Universum prelude and makes some tiny changes.
+category:       Prelude
+homepage:       https://gitlab.com/morley-framework/morley
+bug-reports:    https://gitlab.com/morley-framework/morley/-/issues
+author:         camlCase, Serokell, Tocqueville Group
+maintainer:     Serokell <libraries@serokell.io>
+copyright:      2019-2021 Tocqueville Group, 2021-2023 Oxhead Alpha
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    CHANGES.md
+
+source-repository head
+  type: git
+  location: git@gitlab.com:morley-framework/morley.git
+
+library
+  exposed-modules:
+      Debug
+      Fmt
+      Fmt.Buildable
+      Fmt.Operators
+      Fmt.Utils
+      Morley.Prelude.Boolean
+      Morley.Prelude.FromIntegral
+      Morley.Prelude.Length
+      Morley.Prelude.Show
+      Morley.Prelude.Word
+      Prelude
+      Unsafe
+  other-modules:
+      Paths_morley_prelude
+  autogen-modules:
+      Paths_morley_prelude
+  hs-source-dirs:
+      src
+  default-extensions:
+      AllowAmbiguousTypes
+      ApplicativeDo
+      BangPatterns
+      BlockArguments
+      ConstraintKinds
+      DataKinds
+      DefaultSignatures
+      DeriveAnyClass
+      DeriveDataTypeable
+      DeriveFoldable
+      DeriveFunctor
+      DeriveGeneric
+      DeriveTraversable
+      DerivingStrategies
+      DerivingVia
+      EmptyCase
+      FlexibleContexts
+      FlexibleInstances
+      GADTs
+      GeneralizedNewtypeDeriving
+      ImportQualifiedPost
+      InstanceSigs
+      LambdaCase
+      MultiParamTypeClasses
+      MultiWayIf
+      NamedFieldPuns
+      NegativeLiterals
+      NumDecimals
+      NumericUnderscores
+      OverloadedLabels
+      OverloadedStrings
+      PatternSynonyms
+      PolyKinds
+      QuantifiedConstraints
+      QuasiQuotes
+      RankNTypes
+      RecordWildCards
+      RecursiveDo
+      ScopedTypeVariables
+      StandaloneDeriving
+      StandaloneKindSignatures
+      StrictData
+      TemplateHaskell
+      TupleSections
+      TypeApplications
+      TypeFamilies
+      TypeOperators
+      UndecidableInstances
+      UndecidableSuperClasses
+      ViewPatterns
+  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-missing-kind-signatures -Wno-implicit-lift -Wno-unticked-promoted-constructors
+  build-depends:
+      Cabal
+    , OddWord
+    , base-noprelude >=4.7 && <5
+    , bytestring
+    , int-cast
+    , lens
+    , prettyprinter
+    , template-haskell
+    , text
+    , time
+    , universum
+  default-language: Haskell2010