Skip to content

Commit

Permalink
fixup! Prepare a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Dec 7, 2017
1 parent 43d4360 commit 25d1220
Show file tree
Hide file tree
Showing 3 changed files with 4,729 additions and 13 deletions.
4 changes: 3 additions & 1 deletion protobuf-lens/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ for module in $LENS_MODULES; do
echo "makeLenses ''$module.$type" >> $OUTFILE
done

./mafia build
# Generate the sandbox/env
./mafia lock
cabal build generate

################################################################################
## Generate and build Network.Riak.Protocol.Lens with the dumped splices
Expand Down
25 changes: 13 additions & 12 deletions protobuf-lens/riak-protobuf-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ flag developer
default: False
manual: True

library
hs-source-dirs:
src
build-depends:
base >= 3 && <5
, bytestring
, containers
, riak-protobuf == 0.23.*
exposed-modules:
Network.Riak.Protocol.Lens
default-language: Haskell2010

executable generate
main-is: MakeLenses.hs
hs-source-dirs:
Expand All @@ -58,3 +46,16 @@ executable generate
other-modules:
TH
default-language: Haskell2010

library
hs-source-dirs:
src
build-depends:
base >= 3 && <5
, bytestring
, containers
, riak-protobuf == 0.23.*
exposed-modules:
Network.Riak.Protocol.Lens
default-language: Haskell2010

Loading

0 comments on commit 25d1220

Please sign in to comment.