cabal file: tweaks
This commit is contained in:
parent
d326215103
commit
8539fa10fa
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: servant
|
name: servant
|
||||||
version: 0.2
|
version: 0.2
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni
|
author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni
|
||||||
|
@ -30,8 +30,6 @@ library
|
||||||
Servant.API.Sub
|
Servant.API.Sub
|
||||||
Servant.API.Union
|
Servant.API.Union
|
||||||
Servant.Utils.Text
|
Servant.Utils.Text
|
||||||
-- other-modules:
|
|
||||||
-- other-extensions:
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.7 && <5
|
base >=4.7 && <5
|
||||||
, either
|
, either
|
||||||
|
|
Loading…
Reference in a new issue