conversion-text 1.0.1 → 1.0.1.1
raw patch · 2 files changed
+5/−7 lines, 2 filesdep ~bytestringdep ~conversion-bytestringdep ~textsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, conversion-bytestring, text
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- conversion-text.cabal +5/−5
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
conversion-text.cabal view
@@ -1,7 +1,7 @@ name: conversion-text version:- 1.0.1+ 1.0.1.1 synopsis: "Conversion" instances for the "text" library category:@@ -41,7 +41,7 @@ ghc-options: -funbox-strict-fields default-extensions:- Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 other-modules:@@ -49,10 +49,10 @@ Conversion.Text build-depends: -- - text >= 1 && < 2,- bytestring == 0.10.*,+ text >= 1 && < 3,+ bytestring >= 0.10 && < 0.12, -- conversion == 1.*,- conversion-bytestring >= 1.0.0.1 && < 2,+ conversion-bytestring >= 1.0.1.1 && < 2, -- base-prelude >= 0.1.19 && < 2