From 879b5b75ef0a4d9f3d3036bc3d81d3432d9f3cf6 Mon Sep 17 00:00:00 2001 From: Alistair Burrowes Date: Sun, 29 Aug 2021 11:01:37 +1000 Subject: [PATCH] Update to 4.15.1.0 --- base-noprelude.cabal | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/base-noprelude.cabal b/base-noprelude.cabal index c4468d8..8742f53 100644 --- a/base-noprelude.cabal +++ b/base-noprelude.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: base-noprelude -version: 4.12.0.0 +version: 4.15.1.0 synopsis: "base" package sans "Prelude" module homepage: https://github.com/hvr/base-noprelude @@ -14,7 +14,7 @@ build-type: Simple description: This package simplifies defining custom "Prelude"s without having to use @-XNoImplicitPrelude@ by re-exporting the full module-hierarchy of - the [base-4.12.0.0](https://hackage.haskell.org/package/base-4.12.0.0) + the [base-4.15.1.0](https://hackage.haskell.org/package/base-4.15.1.0) package /except/ for the "Prelude" module. . An usage example for such a "Prelude"-replacement is available with @@ -35,10 +35,10 @@ source-repository head location: https://github.com/hvr/base-noprelude.git library - build-depends: base ==4.12.0.0 + build-depends: base ==4.15.1.0 default-language: Haskell2010 - -- re-exported modules copied from base-4.12.0.0's exposed-modules + -- re-exported modules copied from base-4.15.1.0's exposed-modules + reexported-modules reexported-modules: , Control.Applicative , Control.Arrow @@ -149,6 +149,7 @@ library , GHC.Enum , GHC.Environment , GHC.Err + , GHC.Event.TimeOut , GHC.Exception , GHC.Exception.Type , GHC.ExecutionStack @@ -162,6 +163,7 @@ library , GHC.Foreign , GHC.ForeignPtr , GHC.GHCi + , GHC.GHCi.Helpers , GHC.Generics , GHC.IO , GHC.IO.Buffer @@ -186,9 +188,14 @@ library , GHC.IO.Handle.Types , GHC.IO.IOMode , GHC.IO.Unsafe + , GHC.IO.StdHandles + , GHC.IO.SubSystem , GHC.IOArray , GHC.IORef , GHC.Int + , GHC.Integer + , GHC.Integer.Logarithms + , GHC.Ix , GHC.List , GHC.Maybe , GHC.MVar @@ -249,6 +256,11 @@ library , Type.Reflection , Type.Reflection.Unsafe , Unsafe.Coerce + -- TODO: remove + , GHC.IOPort + , GHC.Num.Integer + , GHC.Num.Natural + , GHC.Num.BigNat -- OS Specific if os(windows)