diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
 # ats-pkg
 
-## 3.2.6.12
-  
+## 3.2.5.13
+
+  * Use new compiler in `atslib.dhall`
+
+## 3.2.5.12
+
   * Use old Dhall prelude
 
 ## 3.2.5.11
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -11,6 +11,16 @@
 
 `atspkg` works quite well as a build system, and acceptably well as a package manager.
 
+- [Features & Non-Features](#features-&-non-features)
+  - [Example](#example)
+- [Installation](#installation)
+  - [Script](#script)
+  - [Source](#source)
+- [Quick Start](#quick-start)
+- [Examples](#examples)
+- [Global Configuration](#global-configuration)
+
+
 ## Features & Non-Features
 
 Things that `atspkg` will do for you:
diff --git a/ats-pkg.cabal b/ats-pkg.cabal
--- a/ats-pkg.cabal
+++ b/ats-pkg.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.0
 name: ats-pkg
-version: 3.2.5.12
+version: 3.2.5.13
 license: BSD3
 license-file: LICENSE
 copyright: Copyright: (c) 2018-2019 Vanessa McHale
@@ -76,7 +76,7 @@
         base >=4.10 && <5,
         http-client -any,
         bytestring -any,
-        file-embed -any,
+        file-embed >=0.0.9,
         shake -any,
         bzlib -any,
         Cabal >=2.2.0.0,
diff --git a/dhall/atslib.dhall b/dhall/atslib.dhall
--- a/dhall/atslib.dhall
+++ b/dhall/atslib.dhall
@@ -51,7 +51,8 @@
           ]
         , cflags = [ "-fPIC" ]
         , compiler = compilerVersion
+        , version = libVersion
         }
 in
 
-atslib [0,3,12] [0,3,11]
+atslib [0,3,13] [0,3,13]
diff --git a/dhall/atspkg-prelude.dhall b/dhall/atspkg-prelude.dhall
--- a/dhall/atspkg-prelude.dhall
+++ b/dhall/atspkg-prelude.dhall
@@ -199,8 +199,8 @@
       : List Lib
     , man = ([] : Optional Text)
     , completions = ([] : Optional Text)
-    , version = [0,3,11]
-    , compiler = [0,3,12]
+    , version = [0,3,13]
+    , compiler = [0,3,13]
     , dependencies = []
       : List LibDep
     , clib = []
