Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bounds and ghc-version #45

Merged
merged 1 commit into from
Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
haskell: haskell-works/haskell-build@4.0.2
haskell: haskell-works/haskell-build@4.0.5
github: haskell-works/github-release@1.3.3
hackage: haskell-works/hackage@1.3.1

Expand Down Expand Up @@ -78,8 +78,8 @@ workflows:
cabal-test-extra: --test-show-details=direct

- haskell/build-with-binary-cache:
name: GHC 8.8.1
executor: haskell/ghc-8_8_1
name: GHC 8.8.2
executor: haskell/ghc-8_8_2
context: haskell-ci
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
cabal-test-extra: --test-show-details=direct
Expand All @@ -90,7 +90,7 @@ workflows:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.1
- GHC 8.8.2
# - Darwin
checkout: true
attach-workspace: true
Expand All @@ -111,7 +111,7 @@ workflows:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.1
- GHC 8.8.2
# - GitHub Release
filters:
branches:
Expand Down
10 changes: 5 additions & 5 deletions asif.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainer: mayhem@arbor.net
copyright: Arbor Networks
license: MIT
license-file: LICENSE
tested-with: GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2
tested-with: GHC == 8.8.2, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2
build-type: Simple
extra-source-files: ChangeLog.md
README.md
Expand All @@ -37,17 +37,17 @@ common doctest-discover { build-depends: doctest-discover >= 0.2
common either { build-depends: either >= 5.0 }
common exceptions { build-depends: exceptions >= 0.10 }
common foldl { build-depends: foldl >= 1.4 }
common generic-lens { build-depends: generic-lens >= 1.2.0.1 }
common generic-lens { build-depends: generic-lens >= 1.1.0.0 }
common hedgehog { build-depends: hedgehog >= 1.0 }
common hspec { build-depends: hspec >= 2.7 }
common hw-bits { build-depends: hw-bits >= 0.7 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 }
common hw-ip { build-depends: hw-ip >= 2.3 }
common lens { build-depends: lens >= 4.18 }
common lens { build-depends: lens >= 4.17 }
common network { build-depends: network >= 2 }
common old-locale { build-depends: old-locale >= 1.0 }
common optparse-applicative { build-depends: optparse-applicative >= 0.15 }
common profunctors { build-depends: profunctors >= 5.5 }
common optparse-applicative { build-depends: optparse-applicative >= 0.14 }
common profunctors { build-depends: profunctors >= 5.3 }
common resourcet { build-depends: resourcet >= 1.2.2 }
common temporary-resourcet { build-depends: temporary-resourcet >= 0.1 }
common text { build-depends: text >= 1.2 }
Expand Down