packages feed

ghcjs-base-stub-0.2.0.0: ghcjs-base-stub.cabal

name:                ghcjs-base-stub
version:             0.2.0.0
synopsis:            Allow GHCJS projects to compile under GHC and develop using intero.
description:         Allow GHCJS projects to compile under GHC and develop using intero.
homepage:            https://github.com/louispan/javascript-stub#readme
license:             BSD3
license-file:        LICENSE
author:              Louis Pan
maintainer:          louis@pan.me
copyright:           2017 Louis Pan
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
tested-with:         GHC == 8.0.1

library
  hs-source-dirs:      src
  build-depends:       base >= 4.7 && < 5
  if !impl(ghcjs)
      other-modules:   GHCJS.Internal.Types
                       Data.JSString.Internal.Type
      exposed-modules: Data.JSString
                       Data.JSString.Internal.Fusion
                       Data.JSString.Internal.Fusion.CaseMapping
                       Data.JSString.Internal.Fusion.Common
                       Data.JSString.Internal.Fusion.Types
                       Data.JSString.Internal.Search
                       Data.JSString.Text
                       GHCJS.Concurrent
                       GHCJS.Foreign
                       GHCJS.Foreign.Callback
                       GHCJS.Foreign.Callback.Internal
                       GHCJS.Foreign.Export
                       GHCJS.Foreign.Internal
                       GHCJS.Marshal
                       GHCJS.Marshal.Internal
                       GHCJS.Marshal.Pure
                       GHCJS.Nullable
                       GHCJS.Prim
                       GHCJS.Types
                       JavaScript.Array
                       JavaScript.Array.Internal
                       JavaScript.Cast
                       JavaScript.Object
                       JavaScript.Object.Internal
                       JavaScript.Web.Location
                       JavaScript.Web.Storage
      build-depends:   aeson >= 0.11
                     , attoparsec >= 0.13
                     , containers ==0.5.*
                     , deepseq >= 1.4
                     , ghc-prim
                     , primitive >= 0.6
                     , scientific >= 0.3.4
                     , text >= 1.2
                     , transformers >= 0.5
                     , unordered-containers >= 0.2.7
                     , vector >= 0.11
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: https://github.com/louispan/ghcjs-base-stub