packages feed

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

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Base.Export.Data.Int(
    Int
  , Int8
  , Int16
  , Int32
  , Int64
) where

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