Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jun 11, 2019
1 parent f0a7ea9 commit 0417fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ cabal.sandbox.config
/*.json.bp
/snapshot.yaml
/stack-ci.yaml
/.ghc.environment.*

6 changes: 0 additions & 6 deletions hw-packed-vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ common hspec { build-depends: hspec
common hw-bits { build-depends: hw-bits >= 0.4.0.0 }
common hw-hedgehog { build-depends: hw-hedgehog }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog }
common hw-int { build-depends: hw-int >= 0.0.0.1 }
common hw-prim { build-depends: hw-prim >= 0.4.0.0 }
common hw-string-parse { build-depends: hw-string-parse >= 0.0.0.1 }
common safe { build-depends: safe }
common vector { build-depends: vector }

common config
Expand All @@ -43,10 +40,7 @@ library
import: base, config
, bytestring
, hw-bits
, hw-int
, hw-prim
, hw-string-parse
, safe
, vector
exposed-modules:
HaskellWorks.Data.PackedVector
Expand Down

0 comments on commit 0417fc2

Please sign in to comment.