Skip to content

Commit

Permalink
cabal-install: put the Paths_cabal_install.hs and Paths_Cabal.hs in p…
Browse files Browse the repository at this point in the history
…lace as expected
  • Loading branch information
kolmodin authored and cnd committed Sep 13, 2012
1 parent 8a8e0bb commit f8a3c91
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Paths_Cabal.hs
@@ -0,0 +1,8 @@
module Paths_Cabal (
version,
) where

import Data.Version (Version(..))

version :: Version
version = Version {versionBranch = [1,17,0], versionTags = []}
8 changes: 8 additions & 0 deletions Paths_cabal_install.hs
@@ -0,0 +1,8 @@
module Paths_cabal_install (
version,
) where

import Data.Version (Version(..))

version :: Version
version = Version {versionBranch = [0,17,0], versionTags = []}

0 comments on commit f8a3c91

Please sign in to comment.