core-text 0.2.3.3 → 0.2.3.5
raw patch · 2 files changed
+12/−12 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- core-text.cabal +11/−11
LICENSE view
@@ -1,6 +1,6 @@ Opinionated Haskell Interoperability -Copyright © 2018-2019 Operational Dynamics Consulting, Pty Ltd and Others+Copyright © 2018-2019 Athae Eredh Siniath and Others All rights reserved. Redistribution and use in source and binary forms, with or without
core-text.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.2.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 5c58d46f05c4691ff9007d7ad6382aa8f3862076ed33d386efb76431b2e1cd18+-- hash: 7a109725162f534325a34da124a19aec567788ef616e2e94ea7cd1e29c42f1c4 name: core-text-version: 0.2.3.3+version: 0.2.3.5 synopsis: A rope type based on a finger tree over UTF-8 fragments description: A rope data type for text, built as a finger tree over UTF-8 text fragments. The package also includes utiltiy functions for breaking and@@ -21,23 +21,23 @@ building command-line programs, both tools and longer-running daemons. A list of features and some background to the library's design is contained in the- <https://github.com/oprdyn/unbeliever/blob/master/README.markdown README>+ <https://github.com/aesiniath/unbeliever/blob/master/README.markdown README> on GitHub. category: System stability: experimental-homepage: https://github.com/oprdyn/unbeliever#readme-bug-reports: https://github.com/oprdyn/unbeliever/issues-author: Andrew Cowie <andrew@operationaldynamics.com>-maintainer: Andrew Cowie <andrew@operationaldynamics.com>-copyright: © 2018-2020 Operational Dynamics Consulting Pty Ltd, and Others+homepage: https://github.com/aesiniath/unbeliever#readme+bug-reports: https://github.com/aesiniath/unbeliever/issues+author: Andrew Cowie <istathar@gmail.com>+maintainer: Andrew Cowie <istathar@gmail.com>+copyright: © 2018-2020 Athae Eredh Siniath and Others license: BSD3 license-file: LICENSE-tested-with: GHC == 8.6.5+tested-with: GHC == 8.8.3 build-type: Simple source-repository head type: git- location: https://github.com/oprdyn/unbeliever+ location: https://github.com/aesiniath/unbeliever library exposed-modules: