NOTICE: This package has been removed from pkgsrc

./wip/hs-tagged, Haskell 98 phantom types to avoid unsafely passing dummy arguments

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.7.2, Package name: hs-tagged-0.7.2, Maintainer: pho

Haskell 98 phantom types to avoid unsafely passing dummy arguments


Required to run:
[lang/ghc7]

Master sites:

SHA1: 2b758b1bc6417a8355795882c2fedd031e396b63
RMD160: fb4a80216dab057d1b0381c3679f29c627b190a3
Filesize: 5.404 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-17 23:00:05 by Ryosuke Moro | Files touched by this commit (25) | Package removed
Log message:
Remove hs-tagged, imported to pkgsrc/devel
   2014-05-08 02:33:47 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.7.2
pkgsrc changes: static -> dynamic
CHANGELOG:
0.7.2
-----
* Fixed warning on GHC 7.8

0.7.1
-----
* Added `tagWith`.

0.7
---
* `Data.Proxy` has moved into base as of GHC 7.7 for use in the new \ 
`Data.Typeable`. We no longer export
  it for GHC >= 7.7. The most notable change in the module from the migration \ 
into base is the loss of
  the `reproxy` function.

0.6.2
-----
* Allowed polymorphic arguments where possible.

0.6.1
-----
* Needlessly claim that this entirely pure package is `Trustworthy`!

0.6
---
* On GHC 7.7, we now still export the instances we used to for \ 
`Data.Proxy.Proxy` as orphans if need be.

0.5
---
* On GHC 7.7 we now simply export `Data.Typeable.Proxy` rather than make our own \ 
type. We still re-export it.
   2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2013-04-16 13:51:45 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.4.5

CHANGELOG:
0.4.5
  Added witness
0.4.4
  Actually working polymorphic kind support
0.4.3
  Added polymorphic kind support
   2011-12-02 00:05:07 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to tagged-0.2.3.1

   2011-05-11 01:30:31 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to tagged-0.2.2

   2010-11-02 17:44:04 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-tagged-0.1.1 as wip/hs-tagged.

Provides newtype wrappers for phantom types to avoid unsafely passing
dummy arguments.