Skip to content

Commit

Permalink
Depend on uuid-types instead of uuid for lighter footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Apr 25, 2017
1 parent 7db048a commit 064450f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/UUID/Quasi.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module Data.UUID.Quasi (uuid) where

import qualified Data.UUID as U
import qualified Data.UUID.Types as U

import Language.Haskell.TH.Lib
import Language.Haskell.TH.Quote
Expand Down
2 changes: 1 addition & 1 deletion uuid-quasi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Extra-Source-Files:
CONTRIBUTORS

Library
Build-Depends: uuid >= 1.2.2 && < 1.4, template-haskell, base >=3, base < 5
Build-Depends: uuid-types >= 1.0.2 && < 1.3, template-haskell, base >=3, base < 5
Exposed-Modules: Data.UUID.Quasi

Extensions: TemplateHaskell
Expand Down

0 comments on commit 064450f

Please sign in to comment.