Skip to content

Update resolver for ghc 9.4.8 #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
.stack-work/
.vscode/
6 changes: 3 additions & 3 deletions kqueue.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kqueue
Version: 0.2.1
Version: 0.2.2
Synopsis: A binding to the kqueue event library.
Description: A low-level binding to the kqueue library as
found in BSD and Mac OS X. It provides, among
Expand All @@ -21,11 +21,11 @@ Library
Hs-Source-Dirs: src
Exposed-modules: System.KQueue
System.KQueue.HighLevel
Build-depends: base >= 4.0 && < 4.15
Build-depends: base >= 4.0 && < 5
, directory >= 1.0 && < 1.4
, filepath >= 1.1 && < 1.5
, mtl >= 1.1 && < 2.3
, time >= 1.1 && < 1.12
, time >= 1.1 && < 1.13
, unix >= 2.3 && < 2.8
Build-tools: c2hs
GHC-Options: -Wall
Expand Down
9 changes: 9 additions & 0 deletions stack-8.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resolver: lts-16.19

packages:
- '.'
extra-deps: []

flags: {}

extra-package-dbs: []
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolver: lts-16.19
resolver: lts-21.25

packages:
- '.'
- "."
extra-deps: []

flags: {}
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 532177
url: https://github.com/commercialhaskell/stackage-snapshots/master/lts/16/19.yaml
sha256: d2b828ecf50386841d0c5700b58d38566992e10d63a062af497ab29ab031faa1
original: lts-16.19
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd
size: 640086
url: https://github.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml
original: lts-21.25