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

Use singletons-base, not singletons, as the extra_package

Previously, the `singletons` package included all of what is now part of
`singletons-base`. To ensure that we are still testing this code on CI, make
`singletons-base` the `extra_package`.
parent 435d0bde
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ extra_package criterion ...@@ -98,7 +98,7 @@ extra_package criterion
extra_package scotty extra_package scotty
extra_package generic-lens 2.2.0.0 extra_package generic-lens 2.2.0.0
extra_package microstache extra_package microstache
extra_package singletons 3.0 extra_package singletons-base 3.0
extra_package servant 0.18.3 extra_package servant 0.18.3
extra_package hgmp extra_package hgmp
extra_package Agda 2.6.1.3 extra_package Agda 2.6.1.3
......
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