-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade cabal version to 2.2 for all cabal files.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
cabal-version: 2.2 | ||
name: miso | ||
version: 1.8.6.0 | ||
category: Web, Miso, Data Structures | ||
license: BSD3 | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
author: David M. Johnson <[email protected]> | ||
maintainer: David M. Johnson <[email protected]> | ||
|
@@ -10,7 +11,6 @@ copyright: Copyright (c) 2016-2025 David M. Johnson | |
bug-reports: https://github.com/dmjio/miso/issues | ||
build-type: Simple | ||
extra-source-files: README.md | ||
cabal-version: 1.22 | ||
synopsis: A tasty Haskell front-end web 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. | ||
|