]> Git — Sourcephile - haskell/symantic-http.git/commit
Split into multiple packages with their own dependencies
authorJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 25 Mar 2019 01:52:15 +0000 (01:52 +0000)
committerJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 25 Mar 2019 02:32:22 +0000 (02:32 +0000)
commit66daee37cd21c5ea1eb08ccf6fab3875bdadaf05
treebfeb6961b146c6d264efb898841549c650fbc030
parentfb5665cd70bde32b7b31ffa5925bcb9514477048
Split into multiple packages with their own dependencies
60 files changed:
GNUmakefile
symantic-http-client/COPYING [new symlink]
symantic-http-client/HLint.hs [new symlink]
symantic-http-client/Symantic/HLint.hs [new symlink]
symantic-http-client/Symantic/HTTP/Client.hs [moved from Symantic/HTTP/Client.hs with 97% similarity]
symantic-http-client/Symantic/HTTP/HLint.hs [new symlink]
symantic-http-client/stack.yaml [new file with mode: 0644]
symantic-http-client/symantic-http-client.cabal [new file with mode: 0644]
symantic-http-demo/API.hs [new file with mode: 0644]
symantic-http-demo/HLint.hs [new symlink]
symantic-http-demo/client/Main.hs [new file with mode: 0644]
symantic-http-demo/server/Main.hs [new file with mode: 0644]
symantic-http-demo/stack.yaml [new file with mode: 0644]
symantic-http-demo/symantic-http-demo.cabal [new file with mode: 0644]
symantic-http-pipes/COPYING [new symlink]
symantic-http-pipes/HLint.hs [new symlink]
symantic-http-pipes/Symantic/HLint.hs [new symlink]
symantic-http-pipes/Symantic/HTTP/HLint.hs [new symlink]
symantic-http-pipes/Symantic/HTTP/Pipes.hs [moved from Symantic/HTTP/Pipes.hs with 92% similarity]
symantic-http-pipes/stack.yaml [new file with mode: 0644]
symantic-http-pipes/symantic-http-pipes.cabal [new file with mode: 0644]
symantic-http-server/COPYING [new symlink]
symantic-http-server/HLint.hs [new symlink]
symantic-http-server/Symantic/HLint.hs [new symlink]
symantic-http-server/Symantic/HTTP/HLint.hs [new symlink]
symantic-http-server/Symantic/HTTP/Server.hs [new file with mode: 0644]
symantic-http-server/stack.yaml [new file with mode: 0644]
symantic-http-server/symantic-http-server.cabal [new file with mode: 0644]
symantic-http-test/COPYING [new symlink]
symantic-http-test/HLint.hs [new symlink]
symantic-http-test/Hspec.hs [moved from test/Hspec.hs with 50% similarity]
symantic-http-test/Hspec/Client.hs [moved from test/Hspec/Client.hs with 72% similarity]
symantic-http-test/Hspec/Client/BasicAuth.hs [moved from test/Hspec/Client/BasicAuth.hs with 67% similarity]
symantic-http-test/Hspec/Client/HLint.hs [new symlink]
symantic-http-test/Hspec/HLint.hs [new symlink]
symantic-http-test/Hspec/Pipes.hs [moved from test/Hspec/Client/Stream.hs with 69% similarity]
symantic-http-test/Hspec/Server.hs [moved from test/Hspec/Server.hs with 100% similarity]
symantic-http-test/Hspec/Server/Error.hs [moved from test/Hspec/Server/Error.hs with 84% similarity]
symantic-http-test/Hspec/Server/HLint.hs [new symlink]
symantic-http-test/Hspec/Utils.hs [moved from test/Hspec/Utils.hs with 78% similarity]
symantic-http-test/Hspec/Utils/HLint.hs [new symlink]
symantic-http-test/Hspec/Utils/Server.hs [moved from test/Hspec/Client/Server.hs with 95% similarity]
symantic-http-test/Main.hs [new file with mode: 0644]
symantic-http-test/stack.yaml [new file with mode: 0644]
symantic-http-test/symantic-http-test.cabal [new file with mode: 0644]
symantic-http.cabal [deleted file]
symantic-http/COPYING [new symlink]
symantic-http/HLint.hs [new symlink]
symantic-http/Symantic/HLint.hs [new symlink]
symantic-http/Symantic/HTTP.hs [moved from Symantic/HTTP.hs with 51% similarity]
symantic-http/Symantic/HTTP/API.hs [moved from Symantic/HTTP/API.hs with 87% similarity]
symantic-http/Symantic/HTTP/HLint.hs [new symlink]
symantic-http/Symantic/HTTP/MIME.hs [moved from Symantic/HTTP/MIME.hs with 100% similarity]
symantic-http/Symantic/HTTP/URI.hs [moved from Symantic/HTTP/URI.hs with 100% similarity]
symantic-http/stack.yaml [new file with mode: 0644]
symantic-http/symantic-http.cabal [new file with mode: 0644]
test/HUnit.hs [deleted file]
test/Hspec/API.hs [deleted file]
test/Hspec/Server/Stream.hs [deleted file]
test/Main.hs [deleted file]