Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 6d2b86c

Browse files
committed
bump to basement-0.0.16 and foundation-0.0.30
1 parent 44ec11a commit 6d2b86c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

basement/basement.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: basement
2-
version: 0.0.15
2+
version: 0.0.16
33
synopsis: Foundation scrap box of array & string
44
description: Foundation most basic primitives without any dependencies
55
license: BSD3

foundation/foundation.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: foundation
2-
version: 0.0.29
2+
version: 0.0.30
33
synopsis: Alternative prelude with batteries and no dependencies
44
description:
55
A custom prelude with no dependencies apart from base.
@@ -206,7 +206,7 @@ library
206206
if arch(i386)
207207
extra-libraries: gcc
208208

209-
build-depends: basement == 0.0.15
209+
build-depends: basement == 0.0.16
210210

211211
-- FIXME add suport for armel mipsel
212212
-- CPP-options: -DARCH_IS_LITTLE_ENDIAN

0 commit comments

Comments
 (0)