Skip to content
Snippets Groups Projects
Commit 6a905aa2 authored by sheaf's avatar sheaf
Browse files

update version bounds

parent d1b9be05
No related branches found
No related tags found
No related merge requests found
### 1.0.0 (October 27th, 2022) ### 1.0.0 (March 13, 2023)
- First version of the `semaphore-compat` package. - First version of the `semaphore-compat` package.
...@@ -45,7 +45,7 @@ library ...@@ -45,7 +45,7 @@ library
build-depends: build-depends:
base base
>= 4.12 && < 4.19 >= 4.12 && < 4.20
, exceptions , exceptions
>= 0.7 && < 0.11 >= 0.7 && < 0.11
...@@ -56,9 +56,7 @@ library ...@@ -56,9 +56,7 @@ library
else else
build-depends: build-depends:
unix unix
>= 2.8 && < 2.9 >= 2.8.1.0 && < 2.9
-- TODO: bump lower bound once there is a unix release
-- containing the necessary semaphore changes.
default-language: default-language:
Haskell2010 Haskell2010
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment