Skip to content
Snippets Groups Projects
Commit 2e22a0a8 authored by Ryan Scott's avatar Ryan Scott
Browse files

Use wildcards in tested-with versions

parent f68c15a9
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,14 @@ bug-reports: https://github.com/haskell/unix/issues ...@@ -11,14 +11,14 @@ bug-reports: https://github.com/haskell/unix/issues
synopsis: POSIX functionality synopsis: POSIX functionality
category: System category: System
build-type: Configure build-type: Configure
tested-with: GHC==8.6.1, tested-with: GHC==8.6.*,
GHC==8.4.3, GHC==8.4.2, GHC==8.4.1, GHC==8.4.*,
GHC==8.2.2, GHC==8.2.1, GHC==8.2.*,
GHC==8.0.2, GHC==8.0.1, GHC==8.0.*,
GHC==7.10.3, GHC==7.10.2, GHC==7.10.1, GHC==7.10.*,
GHC==7.8.4, GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.8.*,
GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.6.*,
GHC==7.4.2, GHC==7.4.1 GHC==7.4.*
description: description:
This package gives you access to the set of operating system This package gives you access to the set of operating system
services standardised by services standardised by
......
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