prove-everywhere-server 0.1 → 0.1.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~aesondep ~parsersdep ~text
Dependency ranges changed: aeson, parsers, text, time
Files
prove-everywhere-server.cabal view
@@ -2,10 +2,10 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: prove-everywhere-server-version: 0.1+version: 0.1.1 synopsis: The server for ProveEverywhere description: This is the server for ProveEverywhere project.-homepage: https://github.com/amutake/prove-everywhere+homepage: https://github.com/prove-everywhere/server license: BSD3 license-file: LICENSE author: Shohei Yasutake@@ -28,12 +28,12 @@ , bytestring == 0.10.* , unordered-containers == 0.2.* , http-types == 0.8.*- , aeson == 0.7.*- , text == 1.1.*- , parsers == 0.11.*+ , aeson >= 0.7 && < 0.9+ , text >= 1.1 && < 1.3+ , parsers >= 0.11 && < 0.13 , parsec == 3.1.* , safe == 0.3.*- , time == 1.4.*+ , time >= 1.4 && < 1.6 , case-insensitive >= 0.2 hs-source-dirs: src default-language: Haskell2010