Skip to content

Commit

Permalink
cleaned ouroboros-netowrk-framework.cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Jul 10, 2020
1 parent 7f3277d commit 430ba13
Showing 1 changed file with 41 additions and 40 deletions.
81 changes: 41 additions & 40 deletions ouroboros-network-framework/ouroboros-network-framework.cabal
Expand Up @@ -57,35 +57,34 @@ library

-- other-modules:
-- other-extensions:
build-depends: base >=4.12 && <4.13
, async >=2.1 && <2.3
, bytestring >=0.10 && <0.11
, containers >=0.5 && <0.7
build-depends: base >=4.12 && <4.13
, async >=2.1 && <2.3
, bytestring >=0.10 && <0.11
, cborg >=0.2.1 && <0.3
, containers >=0.5 && <0.7
, dns < 4.0
, iproute >=1.7 && < 1.8
, mtl
, stm
, text
, time

, cborg >=0.2.1 && <0.3
, io-sim-classes >= 0.1 && < 0.2
, typed-protocols >= 0.1 && < 0.2
, network >= 3.1 && < 3.2
, network-mux >= 0.1 && < 0.2
, cardano-prelude
, contra-tracer
, Win32-network >= 0.1 && < 0.2
, dns < 4.0
, iproute >= 1.7.0 && < 1.8

, io-sim-classes >=0.1 && < 0.2
, network >=3.1 && < 3.2
, network-mux >=0.1 && < 0.2
, typed-protocols >=0.1 && < 0.2
, Win32-network >=0.1 && < 0.2

-- Used by the handshake protocol for now
, serialise >=0.2 && <0.3
, serialise >=0.2 && <0.3
-- Remove once codec is defined locally
, typed-protocols-examples
-- Drop dep once use of Data.Semigroup.Action is removed
, cardano-prelude

if os(windows)
build-depends: Win32-network < 0.2.0.0,
Win32 >= 2.5.4.1 && <2.9
build-depends: Win32 >= 2.5.4.1 && <2.9

hs-source-dirs: src
default-language: Haskell2010
Expand All @@ -107,39 +106,39 @@ test-suite ouroboros-network-framework-tests
Test.Network.TypedProtocol.PingPong.Codec
Test.Network.TypedProtocol.ReqResp.Codec
Test.Ouroboros.Network.Driver
Test.Ouroboros.Network.Orphans
Test.Ouroboros.Network.Socket
Test.Ouroboros.Network.Subscription
Test.Ouroboros.Network.RateLimiting

build-depends: base
, bytestring
, cborg
, containers
, directory
, text
, time

, cborg
, serialise
, io-sim-classes
, typed-protocols
, typed-protocols-examples
, network >= 3.1
, network-mux >= 0.1 && < 0.2
, ouroboros-network-framework
, ouroboros-network-testing
, contra-tracer
, dns
, iproute
, network
, serialise
, text
, time

, io-sim
, QuickCheck
, tasty
, tasty-quickcheck

, contra-tracer

, io-sim
, io-sim-classes
, network-mux
, ouroboros-network-framework
, ouroboros-network-testing
, typed-protocols
, typed-protocols-examples

if os(windows)
build-depends: Win32-network < 0.2.0.0,
Win32 >= 2.5.4.1 && <2.9
build-depends: Win32-network <0.2,
Win32 >=2.5.4.1 && <2.9

default-language: Haskell2010
ghc-options: -rtsopts
Expand All @@ -162,20 +161,22 @@ executable demo-ping-pong
bytestring,
cborg,
containers,
contra-tracer,
directory,
network-mux,
network,
ouroboros-network-framework,
io-sim-classes,
stm,
text,

contra-tracer,

io-sim-classes,
network-mux,
ouroboros-network-framework,
typed-protocols,
typed-protocols-examples

if os(windows)
build-depends: Win32-network < 0.2.0.0,
Win32 >= 2.5.4.1 && <2.9
build-depends: Win32-network <0.2,
Win32 >=2.5.4.1 && <2.9

default-language: Haskell2010
ghc-options: -Wall
Expand Down

0 comments on commit 430ba13

Please sign in to comment.