flow 2.0.0.10 → 2.0.0.11
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE.txt +1/−1
- flow.cabal +2/−2
LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Taylor Fausak+Copyright (c) 2026 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
flow.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: flow-version: 2.0.0.10+version: 2.0.0.11 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. build-type: Simple@@ -23,7 +23,7 @@ manual: True common library- build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0+ build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 default-language: Haskell2010 ghc-options: -Weverything