mirror of
https://github.com/ilyakooo0/compaREST.git
synced 2024-11-23 14:07:11 +03:00
rename
This commit is contained in:
parent
614ef52241
commit
3239daf267
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
`compa4ek` uses [PVP Versioning][1].
|
||||
`openapi-diff` uses [PVP Versioning][1].
|
||||
|
||||
## 0.0.0.0
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# compa4ek
|
||||
# openapi-diff
|
||||
|
||||
[![Hackage](https://img.shields.io/hackage/v/compa4ek.svg?logo=haskell)](https://hackage.haskell.org/package/compa4ek)
|
||||
[![Stackage Lts](http://stackage.org/package/compa4ek/badge/lts)](http://stackage.org/lts/package/compa4ek)
|
||||
[![Stackage Nightly](http://stackage.org/package/compa4ek/badge/nightly)](http://stackage.org/nightly/package/compa4ek)
|
||||
[![Hackage](https://img.shields.io/hackage/v/openapi-diff.svg?logo=haskell)](https://hackage.haskell.org/package/openapi-diff)
|
||||
[![Stackage Lts](http://stackage.org/package/openapi-diff/badge/lts)](http://stackage.org/lts/package/openapi-diff)
|
||||
[![Stackage Nightly](http://stackage.org/package/openapi-diff/badge/nightly)](http://stackage.org/nightly/package/openapi-diff)
|
||||
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
|
||||
|
||||
Compatibility checker for OpenAPI
|
||||
|
@ -1,5 +1,5 @@
|
||||
cabal-version: 2.4
|
||||
name: compa4ek
|
||||
name: openapi-diff
|
||||
version: 0.0.0.0
|
||||
synopsis: Compatibility checker for OpenAPI
|
||||
description: Compatibility checker for OpenAPI
|
||||
@ -77,21 +77,21 @@ library
|
||||
, OpenAPI.Checker.Validate
|
||||
, OpenAPI.Checker.Validate.Monad
|
||||
|
||||
executable compa4ek
|
||||
executable openapi-diff
|
||||
import: common-options
|
||||
hs-source-dirs: app
|
||||
main-is: Main.hs
|
||||
build-depends: compa4ek
|
||||
build-depends: openapi-diff
|
||||
ghc-options: -threaded
|
||||
-rtsopts
|
||||
-with-rtsopts=-N
|
||||
|
||||
test-suite compa4ek-test
|
||||
test-suite openapi-diff-test
|
||||
import: common-options
|
||||
type: exitcode-stdio-1.0
|
||||
hs-source-dirs: test
|
||||
main-is: Spec.hs
|
||||
build-depends: compa4ek
|
||||
build-depends: openapi-diff
|
||||
ghc-options: -threaded
|
||||
-rtsopts
|
||||
-with-rtsopts=-N
|
||||
|
Loading…
Reference in New Issue
Block a user