hoogle 4.0.6 → 4.0.7
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- hoogle.cabal +1/−1
- src/Hoogle/DataBase/Serialise.hs +2/−1
hoogle.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.2 build-type: Simple name: hoogle-version: 4.0.6+version: 4.0.7 license: GPL license-file: docs/LICENSE category: Development
src/Hoogle/DataBase/Serialise.hs view
@@ -12,8 +12,9 @@ import Data.Version +-- FIXME: Has become hard coded, go back to minor version lumps hooVersion :: [Int]-hooVersion = take 4 $ versionBranch version ++ repeat 0+hooVersion = [4,0,0,5] -- take 4 $ versionBranch version ++ repeat 0 hooString = "HOOG"