packages feed

base-compat-batteries-0.10.0: src/Numeric/Natural/Compat.hs

{-# LANGUAGE CPP, NoImplicitPrelude, PackageImports #-}
module Numeric.Natural.Compat (
  module Base
) where

#if MIN_VERSION_base(4,8,0)
import "base-compat" Numeric.Natural.Compat as Base
#else
import "nats" Numeric.Natural as Base
#endif