packages feed

papa-base-export-0.2.0: src/Papa/Base/Export/Data/Int.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Base.Export.Data.Int(
  module P
) where

import Data.Int as P(
    Int
  , Int8
  , Int16
  , Int32
  , Int64
  )