packages feed

exinst-hashable 0.1 → 0.1.0.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~singletonsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: singletons

API changes (from Hackage documentation)

- Exinst.Instances.Hashable: instance (SingKind 'KProxy, Hashable (DemoteRep 'KProxy), Dict1 Hashable f1) => Hashable (Some1 f1)
- Exinst.Instances.Hashable: instance (SingKind 'KProxy, SingKind 'KProxy, Hashable (DemoteRep 'KProxy), Hashable (DemoteRep 'KProxy), Dict2 Hashable f2) => Hashable (Some2 f2)
- Exinst.Instances.Hashable: instance (SingKind 'KProxy, SingKind 'KProxy, SingKind 'KProxy, Hashable (DemoteRep 'KProxy), Hashable (DemoteRep 'KProxy), Hashable (DemoteRep 'KProxy), Dict3 Hashable f3) => Hashable (Some3 f3)
- Exinst.Instances.Hashable: instance (SingKind 'KProxy, SingKind 'KProxy, SingKind 'KProxy, SingKind 'KProxy, Hashable (DemoteRep 'KProxy), Hashable (DemoteRep 'KProxy), Hashable (DemoteRep 'KProxy), Hashable (DemoteRep 'KProxy), Dict4 Hashable f4) => Hashable (Some4 f4)
+ Exinst.Instances.Hashable: instance forall (k1 :: BOX) (f1 :: k1 -> *). (Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Exinst.Singletons.Dict1 Data.Hashable.Class.Hashable f1) => Data.Hashable.Class.Hashable (Exinst.Singletons.Internal.Some1 f1)
+ Exinst.Instances.Hashable: instance forall (k2 :: BOX) (k1 :: BOX) (f2 :: k2 -> k1 -> *). (Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Exinst.Singletons.Dict2 Data.Hashable.Class.Hashable f2) => Data.Hashable.Class.Hashable (Exinst.Singletons.Internal.Some2 f2)
+ Exinst.Instances.Hashable: instance forall (k3 :: BOX) (k2 :: BOX) (k1 :: BOX) (f3 :: k3 -> k2 -> k1 -> *). (Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Exinst.Singletons.Dict3 Data.Hashable.Class.Hashable f3) => Data.Hashable.Class.Hashable (Exinst.Singletons.Internal.Some3 f3)
+ Exinst.Instances.Hashable: instance forall (k4 :: BOX) (k3 :: BOX) (k2 :: BOX) (k1 :: BOX) (f4 :: k4 -> k3 -> k2 -> k1 -> *). (Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Singletons.SingKind 'Data.Proxy.KProxy, Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Data.Hashable.Class.Hashable (Data.Singletons.DemoteRep 'Data.Proxy.KProxy), Exinst.Singletons.Dict4 Data.Hashable.Class.Hashable f4) => Data.Hashable.Class.Hashable (Exinst.Singletons.Internal.Some4 f4)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+# Version 0.1.0.1++* Relax upper bound on `singletons` dependency.++ # Version 0.1  * Initial release.
exinst-hashable.cabal view
@@ -1,5 +1,5 @@ name:                exinst-hashable-version:             0.1+version:             0.1.0.1 author:              Renzo Carbonara maintainer:          renzoλcarbonara.com.ar copyright:           Renzo Carbonara 2015@@ -23,6 +23,6 @@     , hashable >=1.2 && <1.3     , constraints >=0.4 && <0.5     , exinst >=0.1 && <0.2-    , singletons >=1.1 && <1.2+    , singletons >=1.1 && <2.1   ghcjs-options: -Wall -O3   ghc-options: -Wall -O2