Metadata revisions for dec-0.0.3

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
-r2 2020-03-25T12:39:23Z phadej 1a822a19129c1eca8d12a85e4d6fdc77625016ea6c3e8ce30f8d32e0972faeec
  • 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
    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.1

  • Changed source-repository from

    source-repository head
        type:     git
        location: https://github.com/phadej/vec.git
    
    to
    source-repository head
        type:     git
        location: https://github.com/phadej/vec.git
        subdir:   dec
    

  • Changed description from

    This package provides a @Dec@ type.
    
    @
    type Not a = a -> Void
    
    data Dec a
    \    = Yes a
    \    | No (Not a)
    @
    to
    This package provides a @Dec@ type.
    
    @
    type Neg a = a -> Void
    
    data Dec a
    \    = Yes a
    \    | No (Neg a)
    @

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

    >=4.7 && <4.14
    to
    >=4.7 && <4.15

-r1 2019-09-06T07:34:36Z phadej c0a3ddaf4c989e2a3d83f91dbe0e70db75a16aad9b24ab8312ceab8af9f2b325
  • Changed the library component's library dependency on 'base' from

    >=4.7 && <4.13
    to
    >=4.7 && <4.14

-r0 2019-06-19T21:24:20Z phadej 70ec76de5c749203e448d5caa4be295e6a93c43c02eeeb4574a88e8ea71c1bfd