Ajout : Makefile
[comptalang.git] / lib / Hcompta / Model / Amount / Unit.hs
index 8efbae8e63c049c55581e01d47e5b56407aaad45..41df0db60a46d4894174fde27ae0d3c59f952ed5 100644 (file)
@@ -1,7 +1,10 @@
+{-# LANGUAGE OverloadedStrings #-}
 module Hcompta.Model.Amount.Unit where
 
+import Data.Text (Text)
+
 type Unit
- = String
+ = Text
 
 nil :: Unit
 nil = ""