|
|
@ -1,5 +1,5 @@
|
|
|
|
name: basement
|
|
|
|
name: basement
|
|
|
|
version: 0.0.10
|
|
|
|
version: 0.0.11
|
|
|
|
x-revision: 2
|
|
|
|
x-revision: 2
|
|
|
|
synopsis: Foundation scrap box of array & string
|
|
|
|
synopsis: Foundation scrap box of array & string
|
|
|
|
description: Foundation most basic primitives without any dependencies
|
|
|
|
description: Foundation most basic primitives without any dependencies
|
|
|
@ -12,7 +12,7 @@ category: Web
|
|
|
|
build-type: Simple
|
|
|
|
build-type: Simple
|
|
|
|
homepage: https://github.com/haskell-foundation/foundation#readme
|
|
|
|
homepage: https://github.com/haskell-foundation/foundation#readme
|
|
|
|
bug-reports: https://github.com/haskell-foundation/foundation/issues
|
|
|
|
bug-reports: https://github.com/haskell-foundation/foundation/issues
|
|
|
|
cabal-version: >=1.10
|
|
|
|
cabal-version: 1.18
|
|
|
|
extra-source-files: cbits/*.h cbits/basement_rts.c
|
|
|
|
extra-source-files: cbits/*.h cbits/basement_rts.c
|
|
|
|
|
|
|
|
|
|
|
|
source-repository head
|
|
|
|
source-repository head
|
|
|
@ -138,11 +138,11 @@ library
|
|
|
|
Basement.Terminal.Size
|
|
|
|
Basement.Terminal.Size
|
|
|
|
|
|
|
|
|
|
|
|
-- support and dependencies
|
|
|
|
-- support and dependencies
|
|
|
|
|
|
|
|
build-depends: base >= 4.9.0.0 && < 5
|
|
|
|
if impl(ghc < 8.0)
|
|
|
|
if impl(ghc < 8.0)
|
|
|
|
-- https://github.com/haskell-infra/hackage-trustees/issues/171
|
|
|
|
build-depends: base
|
|
|
|
build-depends: base >= 4.9 && < 4.13
|
|
|
|
|
|
|
|
else
|
|
|
|
else
|
|
|
|
build-depends: base <4.13
|
|
|
|
build-depends: base
|
|
|
|
, ghc-prim
|
|
|
|
, ghc-prim
|
|
|
|
if os(windows)
|
|
|
|
if os(windows)
|
|
|
|
build-depends: Win32
|
|
|
|
build-depends: Win32
|