Skip to content

Commit

Permalink
Patch package.yaml from polysemy-research#267
Browse files Browse the repository at this point in the history
  • Loading branch information
isovector committed Oct 28, 2019
1 parent 95b4b55 commit d46a5dd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
7 changes: 7 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ license: BSD3
author: "Sandy Maguire"
maintainer: "[email protected]"
copyright: "2019 Sandy Maguire"
build-type: Custom

extra-source-files:
- README.md
Expand All @@ -30,6 +31,12 @@ dependencies:
- type-errors >= 0.2.0.0
- type-errors-pretty >= 0.0.0.0 && < 0.1

custom-setup:
dependencies:
- base >= 4.9 && < 5
- Cabal
- cabal-doctest >=1.0.6 && <1.1

default-extensions:
- DataKinds
- DeriveFunctor
Expand Down
7 changes: 7 additions & 0 deletions polysemy-plugin/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ license: BSD3
author: "Sandy Maguire"
maintainer: "[email protected]"
copyright: "2019 Sandy Maguire"
build-type: Custom

extra-source-files:
- README.md
Expand All @@ -24,6 +25,12 @@ dependencies:
- transformers >= 0.5.2.0 && < 0.6
- containers >= 0.5 && < 0.7

custom-setup:
dependencies:
- base >= 4.9 && < 5
- Cabal
- cabal-doctest >=1.0.6 && <1.1

library:
source-dirs: src

Expand Down
12 changes: 6 additions & 6 deletions polysemy-plugin/polysemy-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12
cabal-version: 1.24

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 736c186c771b4ab50e8d7cf9a5467675844f3cdb1df336b2d505572263cf01ef
-- hash: 8348af2f14be3efd7dce818f80b5dd436afe615c141b837852c2f1f2536c08b0

name: polysemy-plugin
version: 0.2.3.0
Expand All @@ -28,10 +28,10 @@ source-repository head
location: https://github.com/isovector/polysemy

custom-setup
setup-depends:
base
, Cabal
, cabal-doctest >=1.0.6 && <1.1
setup-depends:
Cabal
, base >=4.9 && <5
, cabal-doctest >=1.0.6 && <1.1

library
exposed-modules:
Expand Down
16 changes: 8 additions & 8 deletions polysemy.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12
cabal-version: 1.24

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6bdca16663a4fb1932ed4f9ec8736ba29a0355783b546db2811df338a9d21ae8
-- hash: 40cf5370ccedc20b00b7927a7819a5f6a1e72b13996840d9c1670488facd29c1

name: polysemy
version: 1.2.2.0
Expand All @@ -23,16 +23,16 @@ extra-source-files:
README.md
ChangeLog.md

custom-setup
setup-depends:
base
, Cabal
, cabal-doctest >=1.0.6 && <1.1

source-repository head
type: git
location: https://github.com/isovector/polysemy

custom-setup
setup-depends:
Cabal
, 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
Expand Down

0 comments on commit d46a5dd

Please sign in to comment.