-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
33 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,10 +1,10 @@ | ||
name: polysemy | ||
version: 1.7.1.0 | ||
version: 1.8.0.0 | ||
github: "polysemy-research/polysemy" | ||
license: BSD3 | ||
author: "Sandy Maguire" | ||
maintainer: "[email protected]" | ||
copyright: "2019-2021 Sandy Maguire" | ||
maintainer: "https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy" | ||
copyright: "2019-2023 The Polysemy Lounge" | ||
build-type: Custom | ||
|
||
extra-source-files: | ||
|
@@ -58,12 +58,6 @@ when: | |
- MonadFailDesugaring | ||
- TypeInType | ||
|
||
flags: | ||
dump-core: | ||
description: Dump HTML for the core generated by GHC during compilation | ||
default: False | ||
manual: True | ||
|
||
library: | ||
ghc-options: -Wall | ||
source-dirs: src | ||
|
@@ -72,13 +66,6 @@ library: | |
- Paths_polysemy | ||
|
||
when: | ||
- condition: flag(dump-core) | ||
dependencies: | ||
- dump-core | ||
ghc-options: | ||
- -fplugin=DumpCore | ||
- -fplugin-opt=DumpCore:core-html | ||
|
||
- condition: impl(ghc < 8.2.2) | ||
dependencies: | ||
- unsupported-ghc-version > 1 && < 1 | ||
|
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,19 +1,19 @@ | ||
cabal-version: 2.0 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.34.7. | ||
-- This file has been generated from package.yaml by hpack version 0.34.4. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
|
||
name: polysemy | ||
version: 1.7.1.0 | ||
version: 1.8.0.0 | ||
synopsis: Higher-order, low-boilerplate free monads. | ||
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy#readme> | ||
category: Language | ||
homepage: https://github.com/polysemy-research/polysemy#readme | ||
bug-reports: https://github.com/polysemy-research/polysemy/issues | ||
author: Sandy Maguire | ||
maintainer: [email protected] | ||
copyright: 2019-2021 Sandy Maguire | ||
maintainer: https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy | ||
copyright: 2019-2023 The Polysemy Lounge | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Custom | ||
|
@@ -31,11 +31,6 @@ custom-setup | |
, base >=4.9 && <5 | ||
, cabal-doctest >=1.0.6 && <1.1 | ||
|
||
flag dump-core | ||
description: Dump HTML for the core generated by GHC during compilation | ||
manual: True | ||
default: False | ||
|
||
library | ||
exposed-modules: | ||
Polysemy | ||
|
@@ -118,10 +113,6 @@ library | |
default-extensions: | ||
MonadFailDesugaring | ||
TypeInType | ||
if flag(dump-core) | ||
ghc-options: -fplugin=DumpCore -fplugin-opt=DumpCore:core-html | ||
build-depends: | ||
dump-core | ||
if impl(ghc < 8.2.2) | ||
build-depends: | ||
unsupported-ghc-version >1 && <1 | ||
|
@@ -151,7 +142,6 @@ test-suite polysemy-test | |
Paths_polysemy | ||
Build_doctests | ||
autogen-modules: | ||
Paths_polysemy | ||
Build_doctests | ||
hs-source-dirs: | ||
test | ||
|
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