packages feed

convert 1.5 → 1.5.1

raw patch · 1 files changed

+20/−19 lines, 1 filesdep ~basenew-uploader

Dependency ranges changed: base

Files

convert.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+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: 9ff99b3742ea434885ce185544b4b9b742020093530290716fbda798031db853+-- hash: cee21c0450114e0fd676c28be181cc49f4cf1231851cd9b3ed875d4cc77a5684  name:           convert-version:        1.5+version:        1.5.1 synopsis:       Safe and unsafe data conversion utilities with strong type-level operation. checking. category:       Data stability:      experimental@@ -17,24 +19,8 @@ license:        Apache-2.0 license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10  library-  hs-source-dirs:-      src-  default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec-  ghc-options: -Wall -O2-  build-depends:-      ansi-wl-pprint-    , base >=4.10 && <4.12-    , bytestring-    , containers-    , data-default-    , impossible-    , lens-    , template-haskell-    , text-    , utf8-string   exposed-modules:       Data.Convert       Data.Convert.Class@@ -56,4 +42,19 @@       Text.PrettyPrint.ANSI.Leijen.Convert   other-modules:       Paths_convert+  hs-source-dirs:+      src+  default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec+  ghc-options: -Wall -O2+  build-depends:+      ansi-wl-pprint+    , base >=4.9 && <4.13+    , bytestring+    , containers+    , data-default+    , impossible+    , lens+    , template-haskell+    , text+    , utf8-string   default-language: Haskell2010