packages feed

DrIFT 2.4.0 → 2.4.1

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

DrIFT.cabal view
@@ -1,7 +1,10 @@ name:                DrIFT-version:             2.4.0+version:             2.4.1 synopsis:            Program to derive type class instances-description:         DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations+description:         Today Data.Derive <http://hackage.haskell.org/package/derive> is good another solution for DrFIT.+                     See the User Manual <http://community.haskell.org/~ndm/darcs/derive/derive.htm>.+                     .+                     DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations                      and directives from modules. The directives cause rules to be fired on the parsed                      type declarations, generating new code which is then appended to the bottom of the input                      file. The rules are expressed as Haskell code, and it is intended that the user can add new
src/DrIFT/Version.hs view
@@ -4,7 +4,7 @@ package = "DrIFT"  version :: String-version = "2.4.0"+version = "2.4.1"  fullName :: String fullName = package ++ "-" ++ version