summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-29 22:46:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-29 22:46:35 +0200
commit98743e691390a63853364763007a52c13ed5382f (patch)
tree2c817ec6c806556dec0d0ff115202914a7ea10cc
parent56d759069b45f1ea7bafc7f7d89ae0d99ce7f545 (diff)
downloadbar-98743e691390a63853364763007a52c13ed5382f.tar
bar-98743e691390a63853364763007a52c13ed5382f.tar.gz
bar-98743e691390a63853364763007a52c13ed5382f.tar.bz2
bar-98743e691390a63853364763007a52c13ed5382f.tar.xz
bar-98743e691390a63853364763007a52c13ed5382f.zip
Slightly tweak field widths
-rw-r--r--Handler/Common.hs7
-rw-r--r--bar.cabal2
-rw-r--r--bar.nix2
3 files changed, 9 insertions, 2 deletions
diff --git a/Handler/Common.hs b/Handler/Common.hs
index 73ce9ba..29a8060 100644
--- a/Handler/Common.hs
+++ b/Handler/Common.hs
@@ -240,6 +240,13 @@ typedKindField collate (kindProto, typeProto) = do
240 }) ; 240 }) ;
241 }); 241 });
242 |] 242 |]
243 toWidget $
244 [cassius|
245 ##{fvId kindView}
246 width: 12em
247 ##{fvId typeView}
248 width: 8em
249 |]
243 let 250 let
244 kindWidget = 251 kindWidget =
245 [whamlet| 252 [whamlet|
diff --git a/bar.cabal b/bar.cabal
index d26e481..8840818 100644
--- a/bar.cabal
+++ b/bar.cabal
@@ -1,5 +1,5 @@
1name: bar 1name: bar
2version: 0.6.2 2version: 0.6.3
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4build-type: Simple 4build-type: Simple
5 5
diff --git a/bar.nix b/bar.nix
index 5bb982c..f0617bd 100644
--- a/bar.nix
+++ b/bar.nix
@@ -10,7 +10,7 @@
10}: 10}:
11mkDerivation { 11mkDerivation {
12 pname = "bar"; 12 pname = "bar";
13 version = "0.6.2"; 13 version = "0.6.3";
14 src = ./.; 14 src = ./.;
15 isLibrary = true; 15 isLibrary = true;
16 isExecutable = true; 16 isExecutable = true;