Skip to content

Commit

Permalink
Use brittany version compat with ghc-8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Dec 9, 2020
1 parent 4778631 commit 9ef6cbd
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 27 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ packages:

source-repository-package
type: git
location: https://github.com/bubba/brittany.git
tag: c59655f10d5ad295c2481537fc8abf0a297d9d1c
location: https://github.com/lspitzner/brittany.git
tag: 0a710ab27147d4f7981fe4ca343b43136ee36919

tests: true

Expand Down
8 changes: 2 additions & 6 deletions stack-8.10.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ghc-options:
"$everything": -haddock

extra-deps:
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- Cabal-3.0.2.0
- clock-0.7.2
- data-tree-print-0.1.0.2@rev:2
Expand Down Expand Up @@ -46,10 +46,6 @@ flags:
retrie:
BuildExecutable: false

# for brittany's bounds on strict (>=0.3.2 && <0.4); using strict-0.4.0.1.
# https://github.com/lspitzner/brittany/issues/328
allow-newer: true

nix:
packages: [ icu libcxx zlib ]

Expand Down
8 changes: 2 additions & 6 deletions stack-8.10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ghc-options:
"$everything": -haddock

extra-deps:
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- Cabal-3.0.2.0
- clock-0.7.2
- data-tree-print-0.1.0.2@rev:2
Expand All @@ -38,10 +38,6 @@ flags:
retrie:
BuildExecutable: false

# for brittany's bounds on strict (>=0.3.2 && <0.4); using strict-0.4.0.1.
# https://github.com/lspitzner/brittany/issues/328
allow-newer: true

nix:
packages: [ icu libcxx zlib ]

Expand Down
4 changes: 2 additions & 2 deletions stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ extra-deps:
- apply-refact-0.8.2.1
- ansi-terminal-0.10.3
- base-compat-0.10.5
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- butcher-1.3.3.1
- Cabal-3.0.2.0
- cabal-plan-0.6.2.0
Expand Down
4 changes: 2 additions & 2 deletions stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ extra-deps:
- apply-refact-0.8.2.1
- ansi-terminal-0.10.3
- base-compat-0.10.5
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- butcher-1.3.3.1
- Cabal-3.0.2.0
- cabal-plan-0.6.2.0
Expand Down
5 changes: 2 additions & 3 deletions stack-8.8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ ghc-options:

extra-deps:
- aeson-1.5.2.0
- apply-refact-0.8.2.1
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- butcher-1.3.3.2
- bytestring-trie-0.2.5.0
- clock-0.7.2
Expand Down
4 changes: 2 additions & 2 deletions stack-8.8.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ghc-options:
extra-deps:
- aeson-1.5.2.0
- apply-refact-0.8.2.1
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- bytestring-trie-0.2.5.0
- cabal-plan-0.6.2.0
- clock-0.7.2
Expand Down
4 changes: 2 additions & 2 deletions stack-8.8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ghc-options:
extra-deps:
- aeson-1.5.2.0
- apply-refact-0.8.2.1
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- bytestring-trie-0.2.5.0
- cabal-plan-0.6.2.0
- clock-0.7.2
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ extra-deps:
- apply-refact-0.8.2.1
- ansi-terminal-0.10.3
- base-compat-0.10.5
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- github: lspitzner/brittany
commit: 0a710ab27147d4f7981fe4ca343b43136ee36919
- butcher-1.3.3.1
- Cabal-3.0.2.0
- cabal-plan-0.6.2.0
Expand Down

0 comments on commit 9ef6cbd

Please sign in to comment.