packages feed

hashable-orphans-0.1: hashable-orphans.cabal

cabal-version:       3.0

name:                hashable-orphans
version:             0.1
synopsis:            Provides instances missing from Hashable.
homepage:            https://oss.xkcd.com/
license:             BSD-3-Clause
license-file:        LICENSE
author:              davean
maintainer:          oss@xkcd.com
copyright:           davean 2017
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
description:         This package provides instances missing from <http://hackage.haskell.org/package/hashable hashable>, specificly ones for types from <http://hackage.haskell.org/package/time time> ('DiffTime', 'UTCTime') and <http://hackage.haskell.org/package/sorted-list sorted-list> at present.

source-repository head
  type: git
  location: https://code.xkrd.net/davean/hashable-orphans.git

library
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules:
        Data.Hashable.Orphans     
  build-depends:
        base >=4.9 && <4.18
      , hashable >= 1.2 && < 1.5
      , sorted-list >= 0.2 && < 0.3
      , time-compat ^>= 1.9