diagrams-braille 0.1.1 → 0.1.2
raw patch · 1 files changed
+11/−15 lines, 1 filesdep ~diagrams-libdep ~diagrams-rasterificPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: diagrams-lib, diagrams-rasterific
API changes (from Hackage documentation)
- Diagrams.Backend.Braille: rasterBraille :: (Typeable n, RealFloat n, Monoid m) => SizeSpec V2 n -> QDiagram Braille V2 n m -> String
+ Diagrams.Backend.Braille: rasterBraille :: (RealFloat n, Typeable n, Monoid m) => SizeSpec V2 n -> QDiagram Braille V2 n m -> String
Files
- diagrams-braille.cabal +11/−15
diagrams-braille.cabal view
@@ -1,28 +1,24 @@ cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.34.4.------ see: https://github.com/sol/hpack- name: diagrams-braille-version: 0.1.1+version: 0.1.2 synopsis: Braille diagrams with plain text-description: Please see the README at <https://github.com/mlang/diagrams-braille#readme>+description: Please see the README at <https://github.com/diagrams/diagrams-braille#readme> category: Graphics-homepage: https://github.com/mlang/diagrams-braille#readme-bug-reports: https://github.com/mlang/diagrams-braille/issues+homepage: https://github.com/diagrams/diagrams-braille#readme+bug-reports: https://github.com/diagrams/diagrams-braille/issues author: Mario Lang-maintainer: mlang@blind.guru+maintainer: mlang@blind.guru, byorgey@gmail.com copyright: 2018 Mario Lang license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md+tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 || ==9.12.1 source-repository head type: git- location: https://github.com/mlang/diagrams-braille+ location: https://github.com/diagrams/diagrams-braille library exposed-modules:@@ -38,8 +34,8 @@ , base >=4.7 && <5 , containers , diagrams-core >=1.4 && <1.6- , diagrams-lib ==1.4.*- , diagrams-rasterific ==1.4.*+ , diagrams-lib >=1.4 && <1.6+ , diagrams-rasterific >=1.4 && <1.6 , filepath , hashable , lens@@ -62,8 +58,8 @@ , containers , diagrams-braille , diagrams-core >=1.4 && <1.6- , diagrams-lib ==1.4.*- , diagrams-rasterific ==1.4.*+ , diagrams-lib >=1.4 && <1.6+ , diagrams-rasterific >=1.4 && <1.6 , filepath , hashable , lens