pugs-compat 0.0.5 → 0.0.6
raw patch · 3 files changed
+9/−3 lines, 3 filesdep ~stringtable-atom
Dependency ranges changed: stringtable-atom
Files
- pugs-compat.cabal +7/−3
- src/Pugs/Compat.hs +1/−0
- src/Pugs/Compat/Cast.hs +1/−0
pugs-compat.cabal view
@@ -1,5 +1,5 @@ Name : pugs-compat-Version : 0.0.5+Version : 0.0.6 Build-type : Simple Category : Pugs License : BSD3@@ -16,13 +16,17 @@ Build-depends : base, haskell98, time, directory, process, regex-pcre-builtin, regex-base, random, network, containers, bytestring, array, mtl, stm, utf8-string,- stringtable-atom >= 0.0.4+ stringtable-atom >= 0.0.6 Exposed-modules : Pugs.Compat Other-modules : Pugs.Compat.Cast Pugs.Compat.Global Pugs.Compat.ID Pugs.Compat.Monads Pugs.Compat.Posix Pugs.Compat.String Pugs.Compat.Regex - Ghc-Options : -fparr -Wall+ if impl(ghc >= 6.10)+ Ghc-Options : -Wall++ if impl(ghc < 6.10)+ Ghc-Options : -fparr -Wall Hs-source-dirs : src
src/Pugs/Compat.hs view
@@ -1,4 +1,5 @@ {-# OPTIONS_GHC -fno-warn-unused-imports -fno-warn-orphans #-}+{-# LANGUAGE PArr #-} {-| Internal utilities and library imports.
src/Pugs/Compat/Cast.hs view
@@ -1,4 +1,5 @@ {-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# LANGUAGE PArr #-} module Pugs.Compat.Cast ( (:>:)(..), (:<:)(..),