Skip to content

Commit

Permalink
Disable executable build in cabal
Browse files Browse the repository at this point in the history
Until something like haskell/cabal#4660 happens or we end up on a nixpkgs with the version we want in it.
  • Loading branch information
Brian Jones authored Dec 15, 2017
1 parent 2e0322f commit 6091d00
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions servant-auth-server/servant-auth-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,24 @@ library
Servant.Auth.Server.SetCookieOrphan
default-language: Haskell2010

executable readme
main-is: README.lhs
hs-source-dirs:
executables
default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall -pgmL markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit
build-depends:
base
, servant-auth
, servant-auth-server
, servant-server
, aeson
, mtl
, warp
, transformers
, markdown-unlit
default-language: Haskell2010
--executable readme
-- main-is: README.lhs
-- hs-source-dirs:
-- executables
-- default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
-- ghc-options: -Wall -pgmL markdown-unlit
-- build-tool-depends: markdown-unlit:markdown-unlit
-- build-depends:
-- base
-- , servant-auth
-- , servant-auth-server
-- , servant-server
-- , aeson
-- , mtl
-- , warp
-- , transformers
-- , markdown-unlit
-- default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 6091d00

Please sign in to comment.