Skip to content

Commit

Permalink
0.23.18 - add back missing import Data.UUID.Orphans () which then cau…
Browse files Browse the repository at this point in the history
…sed clckwrks-plugin-page to fail.
  • Loading branch information
stepcut committed Jul 14, 2016
1 parent e9fa869 commit 734d775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Clckwrks/Types.hs
Expand Up @@ -13,6 +13,7 @@ import Data.SafeCopy (SafeCopy(..), base, deriveSafeCopy, safeGet, safePut, cont
import Data.Text (Text)
import qualified Data.Text.Encoding as T
import Data.UUID.Types (UUID)
import Data.UUID.Orphans ()
import HSP.Google.Analytics (UACCT)


Expand Down
2 changes: 1 addition & 1 deletion clckwrks.cabal
@@ -1,5 +1,5 @@
Name: clckwrks
Version: 0.23.17
Version: 0.23.18
Synopsis: A secure, reliable content management system (CMS) and blogging platform
Description: clckwrks (pronounced, clockworks) aims to compete
directly with popular PHP-based blogging and CMS
Expand Down

0 comments on commit 734d775

Please sign in to comment.