diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2018 Gil Mizrahi
+Copyright (c) 2020 Gil Mizrahi
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/hablog.cabal b/hablog.cabal
--- a/hablog.cabal
+++ b/hablog.cabal
@@ -1,5 +1,5 @@
 Name:                hablog
-Version:             0.7.0
+Version:             0.7.1
 Synopsis:            A blog system
 Description:         blog system with tags
 License:             MIT
@@ -26,6 +26,7 @@
     base >=4.7 && <5
    ,scotty
    ,scotty-tls >= 0.4
+   ,warp-tls == 3.2.12
    ,blaze-html
    ,blaze-markup
    ,text
@@ -91,6 +92,6 @@
   if impl(ghc >= 6.12.0)
     other-extensions:
       FlexibleInstances
-    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields
+    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -static -optl-static -optl-pthread -fPIC
   else
     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields
