type-equality-check 0.0.0.0 → 0.0.0.2
raw patch · 2 files changed
+19/−9 lines, 2 filesdep ~basenew-uploader
Dependency ranges changed: base
Files
- LICENSE +1/−0
- type-equality-check.cabal +18/−9
LICENSE view
@@ -2,6 +2,7 @@ Copyright © 2004 Ralf Lämmel (Centrum Wiskunde & Informatica, Vrije Universiteit Amsterdam) Copyright © 2004 Keean Schupke (Imperial College London) Copyright © 2008, 2009 Brandenburgische Technische Universität Cottbus+Copyright © 2011 Wolfgang Jeltsch All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted
type-equality-check.cabal view
@@ -1,6 +1,6 @@ Name: type-equality-check-Version: 0.0.0.0-Cabal-Version: >= 1.2 && < 1.8+Version: 0.0.0.2+Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3 License-File: LICENSE@@ -10,21 +10,30 @@ (Centrum Wiskunde & Informatica, Vrije Universiteit Amsterdam); © 2004 Keean Schupke (Imperial College London);- © 2008, 2009 Brandenburgische Technische Universität Cottbus+ © 2008, 2009 Brandenburgische Technische Universität Cottbus;+ © 2011 Wolfgang Jeltsch Author: Wolfgang Jeltsch-Maintainer: jeltsch@informatik.tu-cottbus.de+Maintainer: wolfgang@cs.ioc.ee Stability: provisional-Homepage: http://softbase.org/type-equality-check/-Package-URL: http://hackage.haskell.org/packages/archive/type-equality-check/0.0.0.0/type-equality-check-0.0.0.0.tar.gz+Homepage: http://darcs.wolfgang.jeltsch.info/haskell/type-equality-check+Package-URL: http://hackage.haskell.org/packages/archive/type-equality-check/0.0.0.2/type-equality-check-0.0.0.2.tar.gz Synopsis: Type equality check Description: This packages provides a type equality check whose implementation is basically the one from the HList library. Category: Data-Tested-With: GHC == 6.8.3- GHC == 6.10.1+Tested-With: GHC == 7.0.4 +Source-Repository head+ type: darcs+ location: http://darcs.wolfgang.jeltsch.info/haskell/type-equality-check/main++Source-Repository this+ type: darcs+ location: http://darcs.wolfgang.jeltsch.info/haskell/type-equality-check/main+ tag: type-equality-check-0.0.0.2+ Library- Build-Depends: base >= 3.0 && < 4.1,+ Build-Depends: base >= 3.0 && < 4.4, type-level >= 0.1 && < 0.3 Extensions: FlexibleContexts FlexibleInstances