Skip to content

Commit d7c9f37

Browse files
committed
some fixes
1 parent 1ef3970 commit d7c9f37

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
lines changed

BasicTodo/BasicTodo.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: BasicTodo
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
build-type: Simple
44
cabal-version: >=1.10
55

66
executable basictodo
77
main-is: Main.hs
88
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
99
-- other-extensions:
10-
build-depends: base >=4.9 && <4.11
10+
build-depends: base
1111
-- , common -- we don't need common parts here
1212
, containers
1313
, lens

Keyboard/Keyboard.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Keyboard
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
build-type: Simple
44
cabal-version: >=1.10
55

66
executable keyboard
77
main-is: Main.hs
88
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
99
-- other-extensions:
10-
build-depends: base >=4.9 && <4.11
10+
build-depends: base
1111
-- , common -- we don't need common parts here
1212
, text
1313
, ghcjs-dom

backend/backend.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: backend
5-
version: 0.1.0.0
5+
version: 0.1.0.1
66
-- synopsis:
77
-- description:
88
license: BSD3
@@ -19,7 +19,7 @@ executable backend
1919
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
2020
-- other-modules:
2121
-- other-extensions:
22-
build-depends: base >=4.9 && <4.11
22+
build-depends: base
2323
, common
2424
hs-source-dirs: src
2525
default-language: Haskell2010

cabal-ghcjs.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
compiler: ghcjs
1+
compiler: ghcjs
22
packages:
33
common/
44
BasicTodo/

common-ws-chat2/commonwschat2.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: commonwschat2
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
build-type: Simple
44
cabal-version: >=1.24
55

66
library
77
ghc-options: -Wall -O2
88
exposed-modules: CommonWsChat
99
-- other-extensions:
10-
build-depends: base >=4.9 && <4.11
10+
build-depends: base
1111
, aeson
1212
, bytestring
1313
, text

default.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
/* ghcjs = ["common" "frontend"]; */
5858
};
5959
tools = ghc: with ghc; [
60-
pkgs.haskellPackages.ghc-mod
61-
pkgs.haskellPackages.hasktags
62-
pkgs.haskellPackages.haskdogs
63-
pkgs.haskellPackages.hdevtools
64-
pkgs.haskellPackages.hindent
65-
pkgs.haskellPackages.hsimport
6660
pkgs.haskellPackages.hlint
67-
pkgs.haskellPackages.pointfree
68-
pkgs.haskellPackages.pointful
69-
pkgs.haskellPackages.stylish-haskell
61+
# pkgs.haskellPackages.hdevtools
62+
# pkgs.haskellPackages.ghc-mod
63+
# pkgs.haskellPackages.hasktags
64+
# pkgs.haskellPackages.haskdogs
65+
# pkgs.haskellPackages.hindent
66+
# pkgs.haskellPackages.hsimport
67+
# pkgs.haskellPackages.pointfree
68+
# pkgs.haskellPackages.pointful
69+
# pkgs.haskellPackages.stylish-haskell
7070
];
7171
})

drag-and-drop/draganddrop.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: draganddrop
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
build-type: Simple
44
cabal-version: >=1.10
55

66
executable draganddrop
77
main-is: Main.hs
88
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
99
-- other-extensions:
10-
build-depends: base >=4.9 && <4.11
10+
build-depends: base
1111
-- , common -- we don't need common parts here
1212
, text
1313
, ghcjs-dom

fileinput/fileinput.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: fileinput
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
build-type: Simple
44
cabal-version: >=1.10
55

66
executable fileinput
77
main-is: Main.hs
88
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
99
-- other-extensions:
10-
build-depends: base >=4.9 && <4.11
10+
build-depends: base
1111
-- , common -- we don't need common parts here
1212
, text
1313
, dependent-sum

reflex-platform

Submodule reflex-platform updated 100 files

websocket-echo/websocketecho.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: websocketecho
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
build-type: Simple
44
cabal-version: >=1.10
55

66
executable websocketecho
77
main-is: Main.hs
88
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
99
-- other-extensions:
10-
build-depends: base >=4.9 && <4.11
10+
build-depends: base
1111
-- , common -- we don't need common parts here
1212
-- , containers
1313
--, lens

0 commit comments

Comments
 (0)