type-functions 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+7/−6 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- LICENSE +1/−1
- type-functions.cabal +6/−5
LICENSE view
@@ -1,5 +1,5 @@ Copyright © 2009–2010 Brandenburgische Technische Universität Cottbus-Copyright © 2011 Wolfgang Jeltsch+Copyright © 2011–2012 Wolfgang Jeltsch All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted
type-functions.cabal view
@@ -1,15 +1,16 @@ Name: type-functions-Version: 0.2.0.2+Version: 0.2.0.3 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3 License-File: LICENSE-Copyright: © 2009–2010 Brandenburgische Technische Universität Cottbus; © 2011 Wolfgang Jeltsch+Copyright: © 2009–2010 Brandenburgische Technische Universität Cottbus;+ © 2011–2012 Wolfgang Jeltsch Author: Wolfgang Jeltsch Maintainer: wolfgang@cs.ioc.ee Stability: provisional Homepage: http://darcs.wolfgang.jeltsch.info/haskell/type-functions-Package-URL: http://hackage.haskell.org/packages/archive/type-functions/0.2.0.2/type-functions-0.2.0.2.tar.gz+Package-URL: http://hackage.haskell.org/packages/archive/type-functions/0.2.0.3/type-functions-0.2.0.3.tar.gz Synopsis: Emulation of type-level functions Description: This package supports emulation of type-level functions using defunctionalization. All functions whose domain is a subkind of @*@ and whose codomain is @*@@@ -27,10 +28,10 @@ Source-Repository this type: darcs location: http://darcs.wolfgang.jeltsch.info/haskell/type-functions/main- tag: type-functions-0.2.0.2+ tag: type-functions-0.2.0.3 Library- Build-Depends: base >= 3.0 && < 4.4,+ Build-Depends: base >= 3.0 && < 5, kinds >= 0.0.1 && < 0.1 Extensions: EmptyDataDecls FlexibleContexts