Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dmjio/miso
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Oct 8, 2017
2 parents 2f43bfb + ee633ac commit 2967745
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions miso-ghc.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ mkDerivation, aeson, base, bytestring, containers, lucid
, stdenv, text, vector, servant, servant-lucid
{ mkDerivation, aeson, base, bytestring, containers, http-api-data
, http-types, lucid, network-uri, servant, servant-lucid, stdenv
, text, transformers, vector
}:
mkDerivation {
pname = "miso";
Expand All @@ -8,8 +9,8 @@ mkDerivation {
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring containers lucid text vector servant
servant-lucid
aeson base bytestring containers http-api-data http-types lucid
network-uri servant servant-lucid text transformers vector
];
homepage = "http://github.com/dmjio/miso";
description = "A tasty Haskell front-end framework";
Expand Down
8 changes: 4 additions & 4 deletions miso.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ library
Miso.Event
Miso.Event.Decoder
Miso.Event.Types
Miso.Router
Miso.Svg
Miso.Svg.Attribute
Miso.Svg.Element
Expand All @@ -272,6 +273,9 @@ library
base < 5,
bytestring,
containers,
http-api-data,
http-types,
network-uri,
servant,
text,
transformers
Expand All @@ -280,9 +284,6 @@ library
ghcjs-src
build-depends:
ghcjs-base,
http-types,
network-uri,
http-api-data,
containers,
scientific,
unordered-containers,
Expand All @@ -299,7 +300,6 @@ library
Miso.Effect.Storage
Miso.Effect.XHR
Miso.Effect.DOM
Miso.Router
Miso.Subscription
Miso.Subscription.History
Miso.Subscription.Keyboard
Expand Down
File renamed without changes.

0 comments on commit 2967745

Please sign in to comment.