Skip to content
Snippets Groups Projects

Draft: Servant Api Specification

Open Emily Pillmore requested to merge emily/modular-servant-api into master
Files
12
+ 15
13
@@ -29,7 +29,7 @@ source-repository-package
type: git
location: https://code.xkrd.net/skete/machines-bytestring.git
tag: 4eb0751
source-repository-package
type: git
location: https://code.xkrd.net/distributed-systems/machines-seekable.git
@@ -68,20 +68,22 @@ source-repository-package
allow-older:
find:base
-- breakage between cabal-install 3.2 and 3.4:
-- the parser for 3.4 currently only recognizes comma-delineated
-- allow-newer and allow-older clauses
allow-newer:
assoc:base
cryptohash-sha1:base
find:base
list-tries:base
optparse-helper:base
semialign:base
text-show:base
template-haskell
these:base
unliftio-core:base
vault:base
assoc:base
, cryptohash-sha1:base
, find:base
, list-tries:base
, optparse-helper:base
, semialign:base
, text-show:base
, template-haskell
, these:base
, unliftio-core:base
, vault:base
package skete-haskell
test-show-details:streaming
ghc-options: -Wall
Loading