cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: ff340b3b80cf208cef5549d38b76a93dfd31f89c26e8ab224afcc6c80ae3d9ac name: prologue version: 3.2.6 synopsis: Better, more general Prelude exporting common utilities. description: Replacement for the Haskell's Prelude, exposing more commonly used functions and patching old GHC ones to behave in the newest GHC's way. category: control stability: experimental homepage: https://github.com/wdanilo/prologue bug-reports: https://github.com/wdanilo/prologue/issues author: Wojciech Danilo maintainer: Wojciech Danilo copyright: Copyright (C) 2016-2018 Wojciech Danilo license: Apache-2.0 license-file: LICENSE build-type: Simple source-repository head type: git location: git://github.com/wdanilo/prologue.git library exposed-modules: Data.Default.Instances.Missing Data.List.Utils Data.String.Class Data.Tuple.Curry.Total Data.Typeable.Proxy.Abbr Prologue Prologue.Control.DeepSeq Prologue.Control.Error Prologue.Control.Monad Prologue.Control.Monad.IO Prologue.Control.Monad.Primitive Prologue.Control.Monad.Trans Prologue.Data.Basic Prologue.Data.Bifunctor Prologue.Data.Default Prologue.Data.Default1 Prologue.Data.Either Prologue.Data.Foldable Prologue.Data.Ix Prologue.Data.Maybe Prologue.Data.Num Prologue.Data.OneTuple Prologue.Data.Pointed Prologue.Data.Show Prologue.Data.String.QQ Prologue.Data.Traversable Prologue.Data.Tuple Prologue.Debug.Placeholders Prologue.OrphanInstances Prologue.Placeholders_old Prologue.Prim Prologue.Text.Show Prologue.Text.Show.Styled Prologue.Type.Reflection Prologue.Unsafe other-modules: Paths_prologue hs-source-dirs: src default-extensions: ScopedTypeVariables TypeApplications ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses NoImplicitPrelude OverloadedStrings StandaloneDeriving TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns MultiWayIf UnicodeSyntax ghc-options: -Wall -O2 build-depends: base >=4.9 && <4.13 , bifunctors , binary , comonad , cond , container , convert , data-default , deepseq , deriving-compat , either , errors , exceptions , functor-utils , ghc-prim , impossible , lens , lens-utils , monoid , mtl , neat-interpolation , placeholders , pointed , pretty , pretty-show , primitive , raw-strings-qq , recursion-schemes , semigroupoids , string-qq , template-haskell , text , transformers , transformers-base , typelevel , vector default-language: Haskell2010