Skip to content

Commit

Permalink
Merge 451fb57 into 8782468
Browse files Browse the repository at this point in the history
  • Loading branch information
clumens committed Mar 21, 2018
2 parents 8782468 + 451fb57 commit ed70b64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bdcs.cabal
Expand Up @@ -10,7 +10,7 @@ homepage: https://github.com/weldr/bdcs
category: Distribution
author: Chris Lumens
maintainer: clumens@redhat.com
license: LGPL
license: LGPL-2.1
license-file: LICENSE
build-type: Custom
cabal-version: >= 1.10
Expand Down Expand Up @@ -116,18 +116,18 @@ library
build-depends: aeson >= 1.0.0.0 && < 1.3.0.0,
base >= 4.9 && < 5.0,
bytestring >= 0.10 && < 0.11,
codec-rpm >= 0.2.0 && < 0.3,
codec-rpm >= 0.2.1 && < 0.3,
cond >= 0.4.1.1 && < 0.5.0.0,
conduit >= 1.2.8 && < 1.3,
conduit-combinators >= 1.1.0 && < 1.2,
conduit-extra >= 1.1.0 && < 1.3,
containers >= 0.5.7.1 && < 0.6,
content-store >= 0.2.0 && < 0.3.0,
content-store >= 0.2.1 && < 0.3.0,
cpio-conduit >= 0.7.0 && < 0.8.0,
cryptonite >= 0.22 && < 0.30,
directory >= 1.3.0.0 && < 1.4.0.0,
esqueleto >= 2.5.3 && < 2.6.0,
exceptions >= 0.8.0 && < 0.9.0,
exceptions >= 0.8.0 && < 0.11.0,
filepath >= 1.4.1.1 && < 1.5.0.0,
gi-gio >= 2.0.14 && < 2.1.0,
gi-glib >= 2.0.14 && < 2.1.0,
Expand All @@ -137,7 +137,7 @@ library
listsafe >= 0.1.0.1 && < 0.2.0,
memory >= 0.14.3 && < 0.15.0,
monad-control >= 1.0.1.0 && < 1.1.0.0,
monad-logger >= 0.3.20.2 && < 0.4.0,
monad-logger >= 0.3.20.2 && < 0.3.28.2,
mtl >= 2.2.1 && < 2.3,
network-uri >= 2.6.0 && < 2.7.0,
parsec >= 3.1.10 && < 3.2.0,
Expand Down Expand Up @@ -366,7 +366,7 @@ Test-Suite test-bdcs
aeson >= 1.0.0.0 && < 1.3.0.0,
base >= 4.8 && < 5.0,
bytestring >= 0.10 && < 0.11,
codec-rpm >= 0.2.0 && < 0.3,
codec-rpm >= 0.2.1 && < 0.3,
cond >= 0.4.1.1 && < 0.5.0.0,
conduit >= 1.2.8 && < 1.3,
conduit-combinators >= 1.1.0 && < 1.2,
Expand All @@ -377,7 +377,7 @@ Test-Suite test-bdcs
gi-gio >= 2.0.14 && < 2.1.0,
gi-glib >= 2.0.14 && < 2.1.0,
listsafe >= 0.1.0.1 && < 0.2.0,
monad-logger >= 0.3.20.2 && < 0.4.0,
monad-logger >= 0.3.20.2 && < 0.3.28.2,
mtl >= 2.2.1 && < 2.3,
parsec >= 3.1.10 && < 3.2.0,
parsec-numbers >= 0.1.0 && < 0.2.0,
Expand Down

0 comments on commit ed70b64

Please sign in to comment.