name: ghcjs-base-stub version: 0.1.0.1 x-revision: 1 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 library hs-source-dirs: src build-depends: base == 4.9.* 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 build-depends: aeson >= 0.11 && < 0.12 , attoparsec >= 0.13 && < 0.14 , deepseq >= 1.4 && < 1.5 , ghc-prim , primitive >= 0.6 && < 0.7 , scientific >= 0.3.4 && < 0.4 , text >= 1.2 && < 1.3 , transformers >= 0.5 && < 0.6 , unordered-containers >= 0.2.7 && < 0.3 , vector >= 0.11 && < 0.13 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/louispan/ghcjs-base-stub