Skip to content
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
4 changes: 2 additions & 2 deletions cas/store/cas-store.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- 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.39.1.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -57,6 +57,7 @@ library
, text >=2.0.1 && <2.1
, unix
, unliftio
default-language: Haskell2010
if os(linux)
other-modules:
Data.CAS.ContentStore.Notify.Linux
Expand All @@ -70,7 +71,6 @@ library
cpp-options: -DOS_BSD
build-depends:
kqueue
default-language: Haskell2010

test-suite unit-tests
type: exitcode-stdio-1.0
Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# If you change this resolver, you may need to update the GHC version in `shell.nix` accordingly!
resolver: lts-18.13
resolver: lts-18.28

# Currently required by cas-hashable-s3 because `aws` dependency has invalid `base16-bytestring` and `base64-bytestring` boundaries.
allow-newer: true
Expand Down Expand Up @@ -30,6 +30,7 @@ extra-deps:
- streaming-commons-0.2.2.4
- text-2.0.1
- yaml-0.11.8.0
- kqueue-0.2.1@sha256:ec9478dc3b8d7676fa4538501c1f52f3371b98dcfc6c77735bfc9ce7bc4b70dd,1358
- github: tweag/kernmantle
commit: 19e018449f4fba68d383611a9d38a1b9e04e81ee
subdirs:
Expand Down
Loading
Loading