Skip to content

Commit

Permalink
Preparing for Hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHowell committed Feb 22, 2013
1 parent d406e15 commit 8f2faad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
34 changes: 17 additions & 17 deletions protobuf.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description:
.
license: BSD3
license-file: LICENSE
author: Steve Severance <[email protected]>
maintainer: Steve Severance <[email protected]>
author: Steve Severance, Nathan Howell
maintainer: [email protected], [email protected]
homepage: https://github.com/alphaHeavy/protobuf
bug-reports: https://github.com/alphaHeavy/protobuf/issues
category: Data, Protocol
Expand All @@ -34,17 +34,17 @@ library
Data.ProtocolBuffers.Types
Data.ProtocolBuffers.Wire
build-depends:
base >= 3 && < 5,
bytestring,
cereal,
data-binary-ieee754,
deepseq,
base >= 4.5 && < 5,
bytestring >= 0.9,
cereal >= 0.3,
data-binary-ieee754 >= 0.4,
deepseq >= 1.1,
ghc-prim,
mtl,
mtl == 2.*,
-- pretty,
text,
type-level,
unordered-containers
text >= 0.10,
type-level >= 0.2,
unordered-containers >= 0.2
ghc-options:
-Wall

Expand All @@ -56,7 +56,7 @@ executable protoc-gen-hs
main-is:
Main.hs
build-depends:
base >= 3 && < 5,
base >= 4.5 && < 5,
bytestring,
cereal,
ghc-prim,
Expand All @@ -79,7 +79,7 @@ test-suite protobuf-test
main-is:
Main.hs
build-depends:
base >= 3 && < 5,
base >= 4.5 && < 5,
ghc-prim,
bytestring,
cereal,
Expand All @@ -91,10 +91,10 @@ test-suite protobuf-test
type-level,
unordered-containers,
test-framework >= 0.4,
test-framework-hunit >= 0.2.6,
test-framework-quickcheck2 >= 0.2.10,
HUnit >= 1.2.2.3,
QuickCheck >= 2.4.0.1
test-framework-hunit >= 0.2,
test-framework-quickcheck2 >= 0.2,
HUnit >= 1.2,
QuickCheck >= 2.4

source-repository head
type: git
Expand Down

0 comments on commit 8f2faad

Please sign in to comment.