Skip to content

Commit

Permalink
Update version and set lower bound on base
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 5, 2024
1 parent 067a344 commit 103014d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 1,546 deletions.
39 changes: 13 additions & 26 deletions ghcjs-base.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ghcjs-base
version: 0.2.1.0
version: 1.0.0.0
synopsis: base library for GHCJS
homepage: http://github.com/ghcjs/ghcjs-base
license: MIT
Expand All @@ -15,33 +15,20 @@ source-repository head
location: https://github.com/ghcjs/ghcjs-base

library
if impl(ghc >= 8.10.1)
js-sources: jsbits/array.js
jsbits/animationFrame.js
jsbits/buffer.js
jsbits/export.js
jsbits/jsstring.js
jsbits/jsstringRaw.js
jsbits/foreign.js
jsbits/text.js
jsbits/utils.js
jsbits/xhr.js
jsbits/websocket.js
else
js-sources: jsbits-old/array.js
jsbits-old/animationFrame.js
jsbits-old/export.js
jsbits-old/jsstring.js
jsbits-old/jsstringRaw.js
jsbits-old/foreign.js
jsbits-old/text.js
jsbits-old/utils.js
jsbits-old/xhr.js
jsbits-old/websocket.js
js-sources: jsbits/array.js
jsbits/animationFrame.js
jsbits/buffer.js
jsbits/export.js
jsbits/jsstring.js
jsbits/jsstringRaw.js
jsbits/foreign.js
jsbits/text.js
jsbits/utils.js
jsbits/xhr.js
jsbits/websocket.js
other-extensions: DeriveDataTypeable
DeriveGeneric
ForeignFunctionInterface
-- JavaScriptFFI
GHCForeignImportPrim
MagicHash
UnboxedTuples
Expand Down Expand Up @@ -139,7 +126,7 @@ library
JavaScript.TypedArray.Internal.Types
JavaScript.TypedArray.ArrayBuffer.Internal
JavaScript.TypedArray.DataView.Internal
build-depends: base >= 4.7 && < 5,
build-depends: base >= 4.18 && < 5,
ghc-prim,
binary >= 0.8 && < 0.11,
bytestring >= 0.10 && < 0.13,
Expand Down
18 changes: 0 additions & 18 deletions jsbits-old/animationFrame.js

This file was deleted.

40 changes: 0 additions & 40 deletions jsbits-old/array.js

This file was deleted.

26 changes: 0 additions & 26 deletions jsbits-old/export.js

This file was deleted.

8 changes: 0 additions & 8 deletions jsbits-old/foreign.js

This file was deleted.

4 changes: 0 additions & 4 deletions jsbits-old/json.js

This file was deleted.

Loading

0 comments on commit 103014d

Please sign in to comment.