packages feed

persistent-discover 0.1.0.2 → 0.1.0.3

raw patch · 3 files changed

+6/−9 lines, 3 files

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  ## Unreleased changes +## 0.1.0.3++- Remove embarrasing lib module.+ ## 0.1.0.2  - Support GHC 9 [#3](https://github.com/parsonsmatt/persistent-discover/pull/3)
persistent-discover.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 37d9907d82fa8437377ef114b7c491fb4fd67146c5d38429f1144ee39e2d6562+-- hash: 6d2dc6102b0f263435cf1bacdc2fc42faaa6e8924391f1a49cfd72f806950dbc  name:           persistent-discover-version:        0.1.0.2+version:        0.1.0.3 synopsis:       Persistent module discover utilities description:    This package provides an executable for discovering Persistent model definition files, as well as a library function to glob all persistent model files. Please see the README on GitHub at <https://github.com/parsonsmatt/persistent-discover#readme> category:       Web@@ -31,7 +31,6 @@   exposed-modules:       Database.Persist.Discover       Database.Persist.Discover.Exe-      Lib   other-modules:       Paths_persistent_discover   hs-source-dirs:
− src/Lib.hs
@@ -1,6 +0,0 @@-module Lib-    ( someFunc-    ) where--someFunc :: IO ()-someFunc = putStrLn "someFunc"