ascii-table 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+11/−10 lines, 1 filesdep ~aesondep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, containers
API changes (from Hackage documentation)
- Data.AsciiTable: data Doc e :: * -> *
+ Data.AsciiTable: data Doc e
- Data.AsciiTable: data SimpleDoc e :: * -> *
+ Data.AsciiTable: data SimpleDoc e
Files
- ascii-table.cabal +11/−10
ascii-table.cabal view
@@ -1,5 +1,5 @@ name: ascii-table-version: 0.3.0.1+version: 0.3.0.2 synopsis: ASCII table description: Draw an ASCII table category: Data@@ -12,13 +12,14 @@ license-file: LICENSE build-type: Simple cabal-version: >= 1.10-tested-with: GHC==7.4.1, GHC==7.4.2,- GHC==7.6.1, GHC==7.6.2, GHC==7.6.3,- GHC==7.8.1, GHC==7.8.2, GHC==7.8.3, GHC==7.8.4,- GHC==7.10.1, GHC==7.10.2, GHC==7.10.3,- GHC==8.0.1, GHC==8.0.2,- GHC==8.2.1, GHC==8.2.2,- GHC==8.4.1+tested-with: GHC == 7.4.2,+ GHC == 7.6.3,+ GHC == 7.8.4,+ GHC == 7.10.3,+ GHC == 8.0.2,+ GHC == 8.2.2,+ GHC == 8.4.4,+ GHC == 8.6.3 source-repository head type: git@@ -28,9 +29,9 @@ hs-source-dirs: src ghc-options: -Wall build-depends:- aeson < 1.3+ aeson < 1.5 , base >= 4.5 && < 5- , containers < 0.6+ , containers < 0.7 , dlist < 0.9 , hashable < 1.3 , text < 1.3