Skip to content

Commit

Permalink
Use concrete cabal version. (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Apr 7, 2022
1 parent 57f1633 commit 15886bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miso.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ copyright: Copyright (c) 2017-2020 David M. Johnson
bug-reports: https://github.com/dmjio/miso/issues
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.22
cabal-version: 1.22
synopsis: A tasty Haskell front-end framework
description:
Miso is a small, production-ready, "isomorphic" Haskell front-end framework featuring a virtual-dom, recursive diffing / patching algorithm, event delegation, event batching, SVG, Server-sent events, Websockets, type-safe servant-style routing and an extensible Subscription-based subsystem. Inspired by Elm, Redux and Bobril. Miso is pure by default, but side effects (like XHR) can be introduced into the system via the Effect data type. Miso makes heavy use of the GHCJS FFI and therefore has minimal dependencies.
Expand Down

0 comments on commit 15886bd

Please sign in to comment.