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
1 change: 1 addition & 0 deletions changelog.d/5-internal/spar-no-io-2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace the `Spar` newtype, instead using `Sem` directly.
4 changes: 3 additions & 1 deletion services/spar/spar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: fe28e95f2571e0a2583e7d160ff87f80422801408c265139b1cd2392a425fd72
-- hash: e1e1abfd9d2fd00bd96a693a9466a13e0b7aef15677f0506941f662094a340a1

name: spar
version: 0.1
Expand Down Expand Up @@ -57,6 +57,8 @@ library
Spar.Sem.Now.IO
Spar.Sem.Random
Spar.Sem.Random.IO
Spar.Sem.Reporter
Spar.Sem.Reporter.Wai
Spar.Sem.SAML2
Spar.Sem.SAML2.Library
Spar.Sem.SamlProtocolSettings
Expand Down
Loading