diff options
Diffstat (limited to 'typed-uuid.cabal')
-rw-r--r-- | typed-uuid.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/typed-uuid.cabal b/typed-uuid.cabal index 5bd812f..bf21742 100644 --- a/typed-uuid.cabal +++ b/typed-uuid.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 689ba6b86a977a9b1605472b0ce39c908c5cd8db9682482bbb92d2e30be10973 +-- hash: 3beab03fce46280926d3d2293c040ade8b4b61d482353da4ed41730cda4b0cc2 name: typed-uuid -version: 0.0.0.2 +version: 0.1.0.0 synopsis: Phantom-Typed version of UUID description: Please see the README on Github at <https://github.com/NorfairKing/typed-uuid#readme> category: Data @@ -47,4 +47,5 @@ library , uuid >=1.3 && <1.4 , validity , validity-uuid >=0.0 + , yamlparse-applicative default-language: Haskell2010 |