X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FVersion.hs;h=7d7d3296353a0e83d4b5b3c0fbc6b9e30dba9169;hb=HEAD;hp=ef9c07ddecbe778866d8f0ce2d827c79c895c920;hpb=bb471c1319e2da87a0ced7d3b5322f929cff2cf7;p=ghc-base.git diff --git a/Data/Version.hs b/Data/Version.hs index ef9c07d..7d7d329 100644 --- a/Data/Version.hs +++ b/Data/Version.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP, DeriveDataTypeable #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Version