Metadata revisions for type-equality-1

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
-r6 (type-equality-1-r6) 2023-10-10T15:27:07Z phadej ebf53eaf3881b946d4ab56112a19f8b635c0f19cb5252c08fbf2588bc1ea22a5
  • Changed tested-with from

    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1
    to
    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==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.3 && <4.19
    to
    >=4.3 && <4.20

-r5 (type-equality-1-r5) 2023-03-12T15:56:04Z phadej 556006736473a9a4434591812e7106b1db2389faf364a9eaf87d5b4305921b56
  • Changed tested-with from

    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.2 || ==9.2.4 || ==9.4.1
    to
    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1

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

    >=4.3 && <4.18
    to
    >=4.3 && <4.19

-r4 (type-equality-1-r4) 2022-08-10T17:14:36Z phadej 7cd952c3ebf0da36ee05544e6209a850b22205fa8b749e17f4bacc5a8fe15269
  • Changed tested-with from

    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1
    to
    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.2 || ==9.2.4 || ==9.4.1

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

    >=4.3 && <4.17
    to
    >=4.3 && <4.18

-r3 (type-equality-1-r3) 2021-10-30T01:09:42Z phadej bb3a34a93ad02866763b325e889ea9f5aa31f7428e32dcaa1cf14015bd21b9cb
  • Changed tested-with from

    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3
    to
    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1

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

    >=4.3 && <4.16
    to
    >=4.3 && <4.17

-r2 (type-equality-1-r2) 2021-01-09T17:14:11Z phadej f2a895a7b22384d9b43a9c6608725b2de7581e77e5b20ab9cfe3f959f6cd71a8
  • Changed tested-with from

    ghc ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 || ==7.2.2 || ==7.0.4
    to
    ghc ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3

  • Changed description from

    This library defines a propositional equality data type,
    shims @Data.Type.Equality" as well as possible for older GHCs (< 7.8).
    
    @
    data a :~: b where
    \    Refl :: a :~: a
    @
    
    The module @Data.Type.Equality.Hetero@ shims @:~~:@ equality, for
    compilers with @PolyKinds@
    to
    This library defines a propositional equality data type,
    shims @Data.Type.Equality@ as well as possible for older GHCs (< 7.8).
    
    @
    data a :~: b where
    \    Refl :: a :~: a
    @
    
    The module @Data.Type.Equality.Hetero@ shims @:~~:@ equality, for
    compilers with @PolyKinds@

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

    >=4.3 && <4.15
    to
    >=4.3 && <4.16

-r1 (type-equality-1-r1) 2020-01-29T14:07:47Z ErikHesselink d36324583fbafc5698c3f898ccf7cf041cbf42435fc2559c28e8f77682739a8e
  • Changed the library component's library dependency on 'base' from

    >=4.3 && <4.14
    to
    >=4.3 && <4.15

-r0 (type-equality-1-r0) 2019-09-06T08:20:25Z phadej aeb9c44abf5d2edf52caff114a7da565d8328fa84bbe194828e4355ea85bf5b3