cabal-version: 2.2 name: demo version: 1.9.0.0 category: Web, Miso, Data Structures author: David M. Johnson maintainer: David M. Johnson homepage: http://github.com/dmjio/miso copyright: Copyright (c) 2016-2025 David M. Johnson bug-reports: https://github.com/dmjio/miso-lynx/issues build-type: Simple license: BSD-3-Clause license: BSD-3-Clause license-file: LICENSE common options ghc-options: -funbox-strict-fields -O2 -ferror-spans -fspecialise-aggressively -Wall if arch(javascript) ld-options: -sENVIRONMENT=shell -sWASM=0 "-sEXPORTED_RUNTIME_METHODS=HEAP8,HEAPU8" -- MaintenanceToDo: remove once using a GHC including: -- https://gitlab.haskell.org/ghc/ghc/-/issues/26290 executable counter import: options default-language: Haskell2010 main-is: Main.hs ghcjs-options: -dedupe cpp-options: -DGHCJS_BROWSER hs-source-dirs: src build-depends: , aeson , base <5 , containers , miso , miso-lynx