Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gspia committed Oct 8, 2018
1 parent 1ef3970 commit d7c9f37
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions BasicTodo/BasicTodo.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: BasicTodo
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable basictodo
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
, containers
, lens
Expand Down
4 changes: 2 additions & 2 deletions Keyboard/Keyboard.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Keyboard
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable keyboard
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
, text
, ghcjs-dom
Expand Down
4 changes: 2 additions & 2 deletions backend/backend.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: backend
version: 0.1.0.0
version: 0.1.0.1
-- synopsis:
-- description:
license: BSD3
Expand All @@ -19,7 +19,7 @@ executable backend
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
, common
hs-source-dirs: src
default-language: Haskell2010
2 changes: 1 addition & 1 deletion cabal-ghcjs.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compiler: ghcjs
compiler: ghcjs
packages:
common/
BasicTodo/
Expand Down
4 changes: 2 additions & 2 deletions common-ws-chat2/commonwschat2.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: commonwschat2
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.24

library
ghc-options: -Wall -O2
exposed-modules: CommonWsChat
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
, aeson
, bytestring
, text
Expand Down
18 changes: 9 additions & 9 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
/* ghcjs = ["common" "frontend"]; */
};
tools = ghc: with ghc; [
pkgs.haskellPackages.ghc-mod
pkgs.haskellPackages.hasktags
pkgs.haskellPackages.haskdogs
pkgs.haskellPackages.hdevtools
pkgs.haskellPackages.hindent
pkgs.haskellPackages.hsimport
pkgs.haskellPackages.hlint
pkgs.haskellPackages.pointfree
pkgs.haskellPackages.pointful
pkgs.haskellPackages.stylish-haskell
# pkgs.haskellPackages.hdevtools
# pkgs.haskellPackages.ghc-mod
# pkgs.haskellPackages.hasktags
# pkgs.haskellPackages.haskdogs
# pkgs.haskellPackages.hindent
# pkgs.haskellPackages.hsimport
# pkgs.haskellPackages.pointfree
# pkgs.haskellPackages.pointful
# pkgs.haskellPackages.stylish-haskell
];
})
4 changes: 2 additions & 2 deletions drag-and-drop/draganddrop.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: draganddrop
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable draganddrop
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
, text
, ghcjs-dom
Expand Down
4 changes: 2 additions & 2 deletions fileinput/fileinput.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: fileinput
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable fileinput
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
, text
, dependent-sum
Expand Down
2 changes: 1 addition & 1 deletion reflex-platform
Submodule reflex-platform updated 100 files
4 changes: 2 additions & 2 deletions websocket-echo/websocketecho.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: websocketecho
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable websocketecho
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
-- , containers
--, lens
Expand Down
4 changes: 2 additions & 2 deletions ws-chat/wschat.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: wschat
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable wschat
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
-- , containers
--, lens
Expand Down
4 changes: 2 additions & 2 deletions ws-chat2/wschat2.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: wschat2
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable wschat2
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
, commonwschat2
, aeson
, bytestring
Expand Down
4 changes: 2 additions & 2 deletions xhr-blob/xhrblob.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: xhrblob
version: 0.1.0.0
version: 0.1.0.1
build-type: Simple
cabal-version: >=1.10

executable xhrblob
main-is: Main.hs
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
-- other-extensions:
build-depends: base >=4.9 && <4.11
build-depends: base
-- , common -- we don't need common parts here
-- , containers
--, lens
Expand Down

0 comments on commit d7c9f37

Please sign in to comment.