Skip to content

Commit

Permalink
Upgrade cabal version to 2.2 for all cabal files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Feb 10, 2025
1 parent c313836 commit 9819854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/miso-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 2.2
name: miso-examples
version: 1.8.6.0
category: Web, Miso, Data Structures
Expand All @@ -7,10 +8,9 @@ homepage: http://github.com/dmjio/miso
copyright: Copyright (c) 2016-2025 David M. Johnson
bug-reports: https://github.com/dmjio/miso/issues
build-type: Simple
cabal-version: 1.22
synopsis: A tasty Haskell front-end web framework
description: Examples for miso
license: BSD3
license: BSD-3-Clause
license-file: LICENSE

extra-source-files:
Expand Down
4 changes: 2 additions & 2 deletions miso.cabal
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]>
Expand All @@ -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.
Expand Down

0 comments on commit 9819854

Please sign in to comment.