packages feed

base-compat-0.15.0: src/System/Exit/Compat.hs

{-# LANGUAGE NoImplicitPrelude #-}
module System.Exit.Compat (
  module Base
, die
) where

import System.Exit as Base