Metadata revisions for text-short-0.1.5

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r3 (text-short-0.1.5-r3) 2023-10-03T21:07:52Z phadej 9c73c9c9182ca69ee92ce3758f515b1c078cd167d882ccc8c46f92f68c65e190
  • Changed tested-with from

    ghc ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1
    to
    ghc ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1

  • Changed the library component's library dependency on 'base' from

    >=4.7 && <4.19
    to
    >=4.7 && <4.20

  • Changed the library component's library dependency on 'bytestring' from

    >=0.10.4 && <0.12
    to
    >=0.10.4 && <0.13

  • Changed the library component's library dependency on 'deepseq' from

    >=1.3 && <1.5
    to
    >=1.3 && <1.6

  • Changed the library component's library dependency on 'ghc-prim' from

    >=0.3.1 && <0.11
    to
    >=0.3.1 && <0.12

  • Changed the library component's library dependency on 'template-haskell' from

    >=2.9.0.0 && <2.21
    to
    >=2.9.0.0 && <2.22

  • Changed the library component's library dependency on 'text' from

    >=1.0 && <1.3 || >=2.0 && <2.1
    to
    >=1.0 && <1.3 || >=2.0 && <2.2

  • Changed the test suite 'tests' component's library dependency on 'tasty' from

    >=1.4 && <1.5
    to
    >=1.4 && <1.6

-r2 (text-short-0.1.5-r2) 2023-03-12T15:24:58Z phadej c296eb2289dc5bf39912989c295cb82ef05ae5f84ee83ea5dc21f48da80e7052
  • Changed tested-with from

    ghc ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
    to
    ghc ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1

  • Changed description from

    This package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'.
    
    The main difference between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload.
    to
    This package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'.
    
    The main difference between 'Text' and 'ShortText' is that 'ShortText' doesn't support zero-copy slicing (thereby saving 2 words), and, compared to text-1.*, that it uses UTF-8 instead of UTF-16 internally. Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload.

  • Changed the library component's library dependency on 'base' from

    >=4.7 && <4.18
    to
    >=4.7 && <4.19

  • Changed the library component's library dependency on 'ghc-prim' from

    >=0.3.1 && <0.10
    to
    >=0.3.1 && <0.11

  • Changed the library component's library dependency on 'template-haskell' from

    >=2.9.0.0 && <2.20
    to
    >=2.9.0.0 && <2.21

-r1 (text-short-0.1.5-r1) 2022-08-10T20:38:52Z phadej ebb77383743e214138cf9387875bc7d2665c5584b2e489fe1461240f19e7b53e
  • Changed tested-with from

    ghc ==9.0.1: ghc ==8.10.4: ghc ==8.8.3: ghc ==8.6.5: ghc ==8.4.4: ghc ==8.2.2: ghc ==8.0.2: ghc ==7.10.3: ghc ==7.8.4: ghc ==9.2.1
    to
    ghc ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2

  • Changed the library component's library dependency on 'base' from

    >=4.7 && <4.17
    to
    >=4.7 && <4.18

  • Changed the library component's library dependency on 'ghc-prim' from

    >=0.3.1 && <0.9
    to
    >=0.3.1 && <0.10

  • Changed the library component's library dependency on 'template-haskell' from

    >=2.9.0.0 && <2.19
    to
    >=2.9.0.0 && <2.20

-r0 (text-short-0.1.5-r0) 2022-01-01T00:37:38Z phadej 962c6228555debdc46f758d0317dea16e5240d01419b42966674b08a5c3d8fa6