Skip to content

Commit

Permalink
Delete unneeded cabal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unmanbearpig committed Apr 29, 2017
1 parent 4505d54 commit d8b992d
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions videofilter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ library
, VideoParser
, Definitions
, VideoRenderer
build-depends: aeson >= 1.0.2.1
, base >= 4.7 && < 5
, bytestring >= 0.10.8.1
build-depends: base >= 4.7 && < 5
, lucid
, pandoc
, pandoc-types
Expand All @@ -33,23 +31,15 @@ executable videofilter-exe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: aeson >= 1.0.2.1
, base
, bytestring >= 0.10.8.1
, parsec >= 3.1.11
, text >= 1.2.2.1
build-depends: base
, videofilter
default-language: Haskell2010

test-suite videofilter-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: aeson >= 1.0.2.1
, base
, bytestring >= 0.10.8.1
, parsec >= 3.1.11
, text >= 1.2.2.1
build-depends: base
, videofilter

ghc-options: -threaded -rtsopts -with-rtsopts=-N
Expand Down

0 comments on commit d8b992d

Please sign in to comment.