Skip to content

Commit

Permalink
Prepare for hackage release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Aug 17, 2023
1 parent 916b004 commit 85c4208
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions cabal.project

This file was deleted.

12 changes: 6 additions & 6 deletions http-exchange.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ extra-doc-files: CHANGELOG.md
library types
ghc-options: -Wall
exposed-modules: Http.Exchange.Types
build-depends: base >=4.17.1.0 && <5
build-depends: base >=4.16.3.0 && <5
hs-source-dirs: src-types
default-language: GHC2021

library testdep
ghc-options: -Wall
exposed-modules: OkChannel
build-depends:
, base >=4.17.1.0 && <5
, base >=4.16.3.0 && <5
, byteslice >=0.2.11
, types
hs-source-dirs: src-testdep
Expand All @@ -34,8 +34,8 @@ library
ghc-options: -Wall
exposed-modules: Exchange
build-depends:
, base >=4.17.1.0 && <5
, http-interchange >=0.3
, base >=4.16.3.0 && <5
, http-interchange >=0.3.1
, text >= 2.0
, types
, primitive >=0.8
Expand All @@ -51,8 +51,8 @@ test-suite test
hs-source-dirs: test
main-is: Main.hs
build-depends:
, base >=4.17.1.0 && <5
, http-interchange >=0.2
, base >=4.16.3.0 && <5
, http-interchange >=0.3.1
, http-exchange
, testdep
, tasty >=1.4.3
Expand Down

0 comments on commit 85c4208

Please sign in to comment.